view android_intents/share.xml @ 470:383b5f54aba9

doc: change title following renaming
author Goffi <goffi@goffi.org>
date Tue, 15 Jun 2021 14:30:07 +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>