Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 380:9d3481663964
android: handle new SàT specific "action" dict which may be attach to an intent:
this data is used with notifications to tell the frontend which widget/target to open.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 04 Feb 2020 20:47:17 +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>