view android_intents/share.xml @ 502:4d45bed01183

doc: add forgotten file: fix 424
author Goffi <goffi@goffi.org>
date Wed, 04 Oct 2023 23:17:06 +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>