Latest script is working fine for me.... but can anyone please guide me to remove all country codes from Login and Registration form, I just want to keep Single Country Code there.
Looking the Android Source Code, I think that (like everything in coding) they are using a Library.. so you just need to verify the code and determine where touch the code to inactivate it.
Maybe you may look here:
I have doubt in that section. How to Remove country code, when I pick phone number from contact list? Ex: +91 999999999 instead of 9999999999 or +020 9696854549 instead of 9696854549 Can any one k...
stackoverflow.com
[POST EDITED]
If you digger a little more....
You will find this article:
Currently I am using https://github.com/hbb20/CountryCodePickerProject library to allow user to select country, format entered phone number and validate no. Its good but not fulfilling my require...
stackoverflow.com
Then an answer (I had problems to upload the taken screenshots into the forum) that says you will find the Library in 2 build.gradle files, the main folder and then the App folder..
And I found that Library included in Source Code is this:
https://github.com/yesterselga/country-picker-android (you will find the same screens that Ouride uses)
Maybe you may interact with the developer and request his help in order to modify that Library.
Regards,