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

Commit 3802b461 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change window type of Inattentive Sleep Warning window" into rvc-dev...

Merge "Change window type of Inattentive Sleep Warning window" into rvc-dev am: 37d85827 am: 41beead7 am: 28236f6b

Change-Id: Ic25b2e3329cf55e623d17a8e76e5839aa77e2448
parents 9b9d16d2 28236f6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public class InattentiveSleepWarningView extends FrameLayout {
        final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
                ViewGroup.LayoutParams.MATCH_PARENT,
                ViewGroup.LayoutParams.MATCH_PARENT,
                WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY,
                WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY,
                WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN,
                PixelFormat.TRANSLUCENT);
        lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS;