Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 168e1d7c authored by Ling Ma's avatar Ling Ma
Browse files

Update notfication landing page

Fix: 411144133
Test: manual repro and verified
Flag: EXEMPT bug fix
Change-Id: I2538bf53b237628e53f4c979042eb60c40cc701b
parent d304a07e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1188,7 +1188,7 @@ public class AutoDataSwitchController extends Handler {
        int subId = subInfo.getSubscriptionId();
        logl("displayAutoDataSwitchNotification: display for subId=" + subId);
        // "Mobile network settings" screen / dialog
        Intent intent = new Intent(Settings.ACTION_NETWORK_OPERATOR_SETTINGS);
        Intent intent = new Intent(Settings.ACTION_MANAGE_ALL_SIM_PROFILES_SETTINGS);
        final Bundle fragmentArgs = new Bundle();
        // Special contract for Settings to highlight permission row
        fragmentArgs.putString(SETTINGS_EXTRA_FRAGMENT_ARG_KEY, AUTO_DATA_SWITCH_SETTING_R_ID);