Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 351:e9d3c3793f94
core (Cagou): "None" can be used in getVisibleList's cls to get all visible widgets
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 17 Jan 2020 18:44:35 +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>