I am creating an application that uses phone numbers. I would like the user to select a country, and then add the country code to his phone number based on that country. Is there a standard way to do this in Android? I thought the answer was Place autocomplete , an android service for adding places, but this does not seem to be the answer; at least I canβt get the country code from this service as described on the website of the Google Developers Academy.
Does anyone know how I can do this?
source
share