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

Commit aae5f335 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
am: b1e69a1f

Change-Id: I9189cadfae3b9d98685d131ccd9debbeb4b93de8
parents 33c7a4b5 b1e69a1f
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);
        }
    }