Thanks
Thanks for reporting , the permission and the ContactImage bugs got solved.
But i didn’t quite understand the problem with isValidNumber
and isGlobalNumber
But the
isGlobalNumber
( AndroidDocs ) checks if the phone number matches this pattern ( Source) :
[\\+]?[0-9.-]+
If yes, then it returns true.