Mercurial > libervia-desktop-kivy
view android_intents/share.xml @ 439:12d188cb1206
core: use of new profileConnected method:
bookmarks cache is now retrieved in profileConnected, as getting it in ProfilePlugged
could result in an exception is client was not fully connected (if plugins were not all
initialised).
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 07 Mar 2020 00:05:49 +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>