view android_intents/share.xml @ 471:390e8de21efe

i18n: initial messages extraction
author Goffi <goffi@goffi.org>
date Tue, 15 Jun 2021 14:30: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>