view android_intents/share.xml @ 516:11851162dd4c

plugin calls: Change WebRTC call following change in class signature.
author Goffi <goffi@goffi.org>
date Sat, 13 Jul 2024 13:07:58 +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>