view android_intents/share.xml @ 511:290b405940b5

doc (calls): add desktop sharing documentation: fix 433
author Goffi <goffi@goffi.org>
date Tue, 16 Jan 2024 15:00:23 +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>