I am trying to get my phone number using this code
TelephonyManager Mgr=(TelephonyManager)Context.getSystemService(Context.TELEPHONY_SERVICE); mPhoneNumber = tMgr.getLine1Number();
from
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
But it does not work regularly.
What is the exact βGet Android Phone Numberβ solution?
Thanks x
source share