Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 472:fa1b243c1904
i18n: added French catalog
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 15 Jun 2021 14:52:55 +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>