Step: add permission to Android Manifest
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
</manifest>
Step: use TelephonyManager to read the number
This notebook is a collection of code snippets and technical "how to" instructions.
No comments:
Post a Comment