Turning off second SIM via adb shell/Tasker - using activities/intents
问题 I have a Xiaomi Mi6, which supports two SIMs. I need to figure out how I can switch the second SIM (SIM2) off outside business hours using Tasker. I've got as far as figuring out how to open the settings page for SIM2 with Tasker: Action: android.intent.action.MAIN Cat: Launcher Extra 1: subscription_id:1 Extra 2: slot_id:1 Package: com.android.phone Class: com.android.phone.settings.MultiSimInfoEditorActivity Target: Activity which brings up the settings page for SIM2, like so. However, I