view android_intents/share.xml @ 453:2d277a3d9cec

core (simple_xhtml): fixed xhtml_generic call in xhtml_br
author Goffi <goffi@goffi.org>
date Wed, 01 Apr 2020 12:24:18 +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>