|
@@ -26,7 +26,7 @@ import static android.Manifest.permission.READ_PHONE_STATE;
|
|
* </pre>
|
|
* </pre>
|
|
*/
|
|
*/
|
|
public final class PhoneUtils {
|
|
public final class PhoneUtils {
|
|
- public static final String MOBLIE_PHONE_PATTERN = "^[1][0-9][0-9]{9}$";
|
|
|
|
|
|
+ public static final String MOBLIE_PHONE_PATTERN = "^[1][3-9][0-9]{9}$";
|
|
private PhoneUtils() {
|
|
private PhoneUtils() {
|
|
throw new UnsupportedOperationException("u can't instantiate me...");
|
|
throw new UnsupportedOperationException("u can't instantiate me...");
|
|
}
|
|
}
|