I have edit text element that will get the phone number, I need the phone number to be include country code in +xxx format. I am using android:inputType="phone"
how I can force the input to have that +Countrycode in the number?
I want something like Google contacts if possible or similar. If instead of flag just the country code is possible , that is also OK.