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

Commit becebcbc authored by Tony Mak's avatar Tony Mak Committed by Android (Google) Code Review
Browse files

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

parents 82f2df61 751c00e3
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);
        }
    }