Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 340:9688e5e9881e
chat: removed some old code
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 Dec 2019 21:03:32 +0100 |
parents | e2b51663d8b8 |
children |
line wrap: on
line source
<intent-filter> <action android:name="android.intent.action.SEND" /> <category android:name="android.intent.category.DEFAULT" /> <data android:mimeType="*/*" /> </intent-filter>