Hi there,
I can't find solution get user to select contact from then phonebook.
In B4A i use code like
Dim i AsIntent
i.Initialize(i.ACTION_PICK, "content://com.android.contacts/contacts")
StartActivityForResult(i)
Like there https://www.b4x.com/android/forum/t...yforresult-with-javaobject.40374/#post-244377
I known about iContacts and ContactsUtils, but they don't contains solution for my task.
Can you help?
Thanks
I can't find solution get user to select contact from then phonebook.
In B4A i use code like
Dim i AsIntent
i.Initialize(i.ACTION_PICK, "content://com.android.contacts/contacts")
StartActivityForResult(i)
Like there https://www.b4x.com/android/forum/t...yforresult-with-javaobject.40374/#post-244377
I known about iContacts and ContactsUtils, but they don't contains solution for my task.
Can you help?
Thanks