4

I want to pick group (Contact Group). I found code to open Contacts Activity but didn't found for Group.

Intent intentContact = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
startActivity(intentContact);

Is there anyone know how to open following activity implicitly?

enter image description here

I have done googling but no found more solution.

Your help would be appreciated.

Thanks & Regards,

Pratik

Pratik Butani
  • 60,504
  • 58
  • 273
  • 437

1 Answers1

3

There is currently no way to do this .

Adnan Abdollah Zaki
  • 4,328
  • 6
  • 52
  • 58