view android_intents/share.xml @ 366:58e395c0777e

core: don't call onBackendReady explicitly anymore now that it is handle in QuickApp
author Goffi <goffi@goffi.org>
date Mon, 27 Jan 2020 21:17:08 +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>