A sample android app that validates user entered mobile number based identity. It sends an SMS to the number entered by the user, and intercepts the SMS to verify it. If the user enters a wrong mobile number, the verification fails. Useful for mobile apps and games that want to use phone numer as bunique id..
AndroidMobileNumberVerification is hosted in the following web site
https://github.com/MangoGamesPteLtd/AndroidMobileNumberVerification
If you think the Android project AndroidMobileNumberVerification listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidMobileNumberVerification.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 0 |
jar files used | PhonNumVerification.jar android-support-v4.jar |
Required Permissions | android.permission.RECEIVE_SMS android.permission.SEND_SMS |
AndroidMobileNumberVerification has the following Java source files.
com.mangogames.phonenumberverification.PhoneNumExtension.java com.mangogames.phonenumberverification.PhoneNumExtensionContext.java com.mangogames.phonenumberverification.PhoneVerification.java com.mangogames.phonenumberverification.SmsVerification.java