view android_intents/share.xml @ 478:0f2a6eed633d

install (setup.py): use new package for backend
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 17:00:23 +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>