I have tried to set mobile data. But it just worked for only SIM 1 . public static void setMobileData(Context context, boolean isEnabled) throws NoSuchFieldException, ClassNotFoundException, IllegalAccessException, NoSuchMethodException, InvocationTa
I have trying to develop an android app which sending SMS to target. if there are two SIM (SIM1, SIM2) card how can I detect them and select specific SIM card to send SMS Thanks,Please try this code. using Android sdk 5.1 and above. String SENT = "SM
I would like to check which SIM is making an outgoing call for DUAL SIM android phones. Read this article Android : Check whether the phone is dual SIM. Works like a charm, detects the sim state and if phone is dual SIM. Next step is to get SIM info