views:

35

answers:

1

Ey guys,

I am wondering if it is possible to retrieve device's phone number via the Android API(specifically 1.5 API). Thanks in advance!

+1  A: 

You can get the phone's phone number by calling the TelephonyManager.

Note that you'll need the READ_PHONE_STATE permission.

Bryan Denny