view android_intents/share.xml @ 410:2a58f3d756ad

common: use light secondary colour instead of red for notification labels' background
author Goffi <goffi@goffi.org>
date Sat, 22 Feb 2020 18:28:47 +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>