I have this sub (FindContactsWithMobilePhone) in ContactUtils:
https://www.b4x.com/android/forum/t...ist-with-only-mobile-phone.94736/#post-599282
but the FindContactsIdFromData returns only DisplayName and Id in list.
How I can get the mobile number too in the list?
My code:
https://www.b4x.com/android/forum/t...ist-with-only-mobile-phone.94736/#post-599282
but the FindContactsIdFromData returns only DisplayName and Id in list.
How I can get the mobile number too in the list?
My code:
B4X:
Dim ctu As ContactsUtils
Dim allContacts As List = ctu.FindContactsWithMobilePhone
Log(allContacts)
'(ArrayList) [[DisplayName=Customer, Id=14, IsInitialized=True
'], [DisplayName=Hans Bikes, Id=290, IsInitialized=True
'...