Friends, I need help checking whether a device has a sim card programatically. Please provide sample code.
Thanks.
|
Friends, I need help checking whether a device has a sim card programatically. Please provide sample code. Thanks. |
|||||||||
|
|
Use TelephonyManager. http://developer.android.com/reference/android/telephony/TelephonyManager.html As Falmarri notes, you will want to use getPhoneType FIRST of all, to see if you are even dealing with a GSM phone. If you are, then you can also get the SIM state.
|
|||||||
|