Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 343:7a171d11eab6
xmlui: fixed ConfirmDialog creation:
setting properties in init doesn't seems to work anymore, so just setting them just after
init.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 04 Jan 2020 16:24:57 +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>