view android_intents/share.xml @ 487:38ca44d96752

core: title is now `C.APP_NAME`
author Goffi <goffi@goffi.org>
date Sat, 15 Oct 2022 20:16:45 +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>