I am building an app that makes use of phone numbers. I would like to have a user select a country and then based on that country prepend the country code to their phone number. Is there a standard way for doing this in android? I thought the answer was Place AutoComplete, an android service for adding places, but that does not seem to be the answer; at least I can't get the country code from that service as explained on The Google Developer Academy site.
Does anyone know how I might get this done?