Unable to get phone number from mobile-:
TelephonyManager tMgr = (TelephonyManager)this.getSystemService(Context.TELEPHONY_SERVICE);
String mPhoneNumber = tMgr.getLine1Number();
Log.i("Log", "Phone no is -: "+mPhoneNumber);
myContactNo.setText(mPhoneNumber);
I am not getting the phone number and it is empty. I have added permission in Android Manifest.