Android Development
Detect sim card availability in the Android dual sim device
Below you can find code which help you find if SIM card available in the device. There two solutions. One for Android API less than 22 and for Android API greater than or equal to 22. Problem that dualsim support added in API-22. And we should deal with devices which Read more…