I tried :
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String simnumber = tm.getLine1Number();
It returns number from (Aboutus-settings-phonenumber)
But i want to get the data from from simcard not from phone settings
I read many Forums Like below But i couldn't found the solution
Programmatically obtain the phone number of the Android phone