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

Commit b1e69a1f authored by Tony Mak's avatar Tony Mak Committed by android-build-merger
Browse files

Merge \\"Use startActivityDismissingKeyguard to show vpn setting page in...

Merge \\"Use startActivityDismissingKeyguard to show vpn setting page in keyguard\\" into nyc-dev am: becebcbc
am: 047773fe

Change-Id: I8d62066d8d4d5f5fc3f84bdf82fdc7936dc013b7
parents a0a6f546 047773fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ public class QSFooter implements OnClickListener, DialogInterface.OnClickListene
    public void onClick(DialogInterface dialog, int which) {
        if (which == DialogInterface.BUTTON_NEGATIVE) {
            final Intent settingsIntent = new Intent(ACTION_VPN_SETTINGS);
            mContext.startActivityAsUser(settingsIntent, UserHandle.CURRENT);
            mHost.startActivityDismissingKeyguard(settingsIntent);
        }
    }