Replies: 1 comment 3 replies
-
openExistingContact does open the native contact editor. You probably want to call getContactsByPhoneNumber and put that data into a custom UI you build. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is the right place to ask this, but seems so to me, (First time starting a discussion.)
The thing is i want to implement "View in Address Book" just like WhatsApp. When i used Contact.openExistingContact(contact). It's opening the edit form in my android phone instead of showing the contact details like WhatsApp.
Note:
The contact data is taken from Contacts.getContactsByPhoneNumber(mobileNumber) and passed to openExistingContact
Can someone help me out with a solution.?
Beta Was this translation helpful? Give feedback.
All reactions