I want to retrieve telephone number of the current Device. Now I cannot get the telephone number. I have added READ_PHONE_STATE permission in manifest. Here is my code
TelephonyManager tMgr = (TelephonyManager) this.getSystemService(Context.
String mPhoneNumber = tMgr.getLine1Number();