SyntaxFix
Write A Post
Hire A Developer
Questions
Also good to check is telephony supported on device
private boolean isTelephonyEnabled(){ TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE); return tm != null && tm.getSimState()==TelephonyManager.SIM_STATE_READY }