Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 362:e1f56257cabc
core (widgets handler): use widget set in set_widget as selected_widget if selected_widget is None
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 27 Jan 2020 21:17:08 +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>