My code is here, it is always throwing null
TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE);
String number = tm.getLine1Number();
I used the permission
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
Please give me exact solution to get phone number. Thank you.