view android_intents/share.xml @ 463:5f0705a9cd3b

install: set minimum version to Kivy 2.0.0: this version brings async support and bugfixes which were backported, thus backport is not needed anymore and has been removed.
author Goffi <goffi@goffi.org>
date Sat, 20 Mar 2021 14:21:15 +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>