Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 500:b0f70be331c5
tests: unit test for "Calls" plugins:
rel 424
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 04 Oct 2023 22:54:42 +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>