Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
The function CountryCodePicker.isValidFullNumber In Lebanon for the phone number +961 78 45 45 45 should return true, but instead it is returning false
The phone number prefix 78 became valid couple of years ago in Lebanon
Turns out that the prefix 78 is being validated correctly, but the first digit after 78 is limited to some digits
Closing this issue as there is no problem with the prefix 78
The function CountryCodePicker.isValidFullNumber In Lebanon for the phone number +961 78 45 45 45 should return true, but instead it is returning false The phone number prefix 78 became valid couple of years ago in Lebanon