All snippets tagged with intents

Page 1 of 1
 

Launch Unity Activity from an Android app

We’ve noticed that the Unity editor often resets the package name of your project when you save it or when you close the build settings. Make sure to check for this (you will see the wrong package in the editor) and correct it if needed.

Read more…

The Ultimate Sharing snippet for social platforms

Share intents

Share a bitmap

Launch intents

Simple deeplinking

Picking a contact using the Contacts app

There are to ways (besides implementing your own UI) to pick contact details through the Contacts app. One of them needs read access to your contacts list, the other does not.

Read more…