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

Commit d6d9ff28 authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

Merge "Allow permission grant UI to show on top of keyguard" into oc-dev

am: a9a854e6

Change-Id: Ib0826ec07ff2799841679988fa1b273d2117fd42
parents 1ce5987d a9a854e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ public class GrantPermissionsActivity extends OverlayTouchActivity
        super.onCreate(icicle);
        setFinishOnTouchOutside(false);

        getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
        getWindow().addFlags(WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON);

        setTitle(R.string.permission_request_title);

        if (DeviceUtils.isTelevision(this)) {