Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 496:956f5db30223
core (constants): change name to highlight that this is the "Kivy" variant of Desktop frontend
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Sep 2023 16:04:24 +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>