I want to get the telephone Number.
I used this sample code..
TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE);
String strphonenumber = tm.getLine1Number();
And I used the permission- READ_PHONE_STATE.
But its returning null.
You will only be able to get the Number from a CDMA device.