Issue
I used to be able to open the Contact Screen/Activity (ContactPicker) by this intent:
sendIntent.setComponent(new ComponentName("com.whatsapp","com.whatsapp.ContactPicker"));
This does not seem to work any longer and I get the following error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.whatsapp/com.whatsapp.ContactPicker}; have you declared this activity in your AndroidManifest.xml?
Is this still possible? Is this done using a different intent? If yes, someone who can help?
Thanks.
Solution
OK, found it:
com.whatsapp.contact.picker.ContactPicker
Answered By - moster67
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.