view android_intents/share.xml @ 337:544c437f5094

install (setup): fixed shebang for python3
author Goffi <goffi@goffi.org>
date Sat, 28 Dec 2019 16:42:42 +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>