view android_intents/share.xml @ 341:89b17a841c2f

android (p4a): removed version for omemo/omemo_backend_signal: those recipes have been updated on python-for-android, and using >= was not working correctly (the recipes where not used).
author Goffi <goffi@goffi.org>
date Fri, 03 Jan 2020 15:48:59 +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>