view android_intents/share.xml @ 481:b35404ec6eae

Added tag v0.8.0b1.post1 for changeset 4f2b7e13d85b
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 22:41:20 +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>