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

Commit 5415a87f 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

am: d6d9ff28

Change-Id: Ia5a403af56890e1cac54c6711e3cde66945515ad
parents d9e285da d6d9ff28
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)) {