Possible to Retrieve Device's Phone Number Automatically In Android?
Is it possible to retrieve device's phone number via the Android API(speci开发者_如何学JAVAfically 1.5 API).
You can get the phone's phone number by calling the TelephonyManager.
Note that you'll need the READ_PHONE_STATE permission.
精彩评论