I want to get the SIM number which currently in the phone i.e. owner number. and network mode whether it is GSM or CDMA.
I search on net and try to do this by getLin
To get the phone number, try the TelephonyManager.
If that does not work you can get this info through AccountManager. One of the accounts will be the number.
See source details implementation on this post: TelephonyManager.getLine1Number() failing?