Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 480:4f2b7e13d85b v0.8.0b1.post1
v0.8.0b1.post1 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Aug 2021 22:41:12 +0200 |
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>