view android_intents/share.xml @ 473:4f923e7e82b6

misc: added freedesktop metadata files
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 13:05:41 +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>