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

Commit 765b22b8 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 am: 3802b461

Change-Id: I8d7808dc7bf9365f67acf300f21410e287e5a274
parents f7a509a2 3802b461
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;