samedi 9 mai 2015

Content Provider with a Default Activity

When using Android'd ContactsContract, in the app's activity you create an intent like Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI). This will automatically open an activity from the Contacts Provider. How do I create my provider to behave the same way? Meaning, I want to allow users of my provider to pick some item from my content provider.

Aucun commentaire:

Enregistrer un commentaire