Android Open Source - SMS mobile AndroidMobileNumberVerification






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidMobileNumberVerification.

ItemValue
Java File Count4
Target SDK Version17
Minimum SDK Version8
Activity Count0
jar files usedPhonNumVerification.jar
android-support-v4.jar
Required Permissionsandroid.permission.RECEIVE_SMS
android.permission.SEND_SMS




Java Source Files

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