Android - phone number contact format
- by Daniel Benedykt
Hi
In Android I can get phone numbers of all the contacts without any problem.
Tha problem is that for most users some numbers are stored as 'local' numbers, meaning that they dont have the country code included.
For example, if the user lives in US and he has 2 contacts:
1) John - 555-123-1234 (local) (starting 1 not showing)
2) Jane - 44-123456787 (england phone number)
The question is: How do I get all the numbers in an international format, when some of the numbers doesnt include the country code?
Any way to figure that out?
Thanks