view android_intents/share.xml @ 497:232a723aae45

core: set log level according to configuration
author Goffi <goffi@goffi.org>
date Mon, 02 Oct 2023 17:20:13 +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>