Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 384:3669a26ef7d9
share widget: display only name of the file instead of full path in GenericPreview
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>