view android_intents/share.xml @ 423:f8ba934ea462

core: new showHeadWidget method to show/hide notifications header.
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2020 16:42:22 +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>