view android_intents/share.xml @ 447:f3296a7f35f3

chat: use "image-loading" animation as default source for AttachmentImageItem
author Goffi <goffi@goffi.org>
date Wed, 18 Mar 2020 20:26:21 +0100
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>