Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 494:a4a5565e7026
doc (README): move to README.md to use Markdown, and update content
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 28 Aug 2023 17:09:15 +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>