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

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

Merge \"Use startActivityDismissingKeyguard to show vpn setting page in keyguard\" into nyc-dev

am: becebcbc

Change-Id: I8882135a4c1f8e385d6cef563f01913350260013
parents 6e6b0ce1 becebcbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,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);
        }
    }