Hi friends ♥
I have a problem in geting contacts name and phone number with contact picker library
when i changed debug from release to release (obfuscated)
Another library does not work.
That's mean ContactSelected sub dose not work.
The program does not have an error but does not work
Please help me
Thanks a lot
I have a problem in geting contacts name and phone number with contact picker library
when i changed debug from release to release (obfuscated)
Another library does not work.
That's mean ContactSelected sub dose not work.
B4X:
Sub ContactSelected(Value As ContactItem)
EditText1.Text = Value.Name
EditText2.Text = Value.PhoneNumber
End Sub
The program does not have an error but does not work
Please help me
Thanks a lot