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

Commit a927540f authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Add FLAG_ALT_FOCUSABLE_IM to screenshot window." into rvc-dev am: b20914d9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11835320

Change-Id: I40e8198bef82b35dff391e50ef29edcc2090fb08
parents 5004ac06 b20914d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -270,7 +270,8 @@ public class GlobalScreenshot implements ViewTreeObserver.OnComputeInternalInset
                        | WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
                        | WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
                        | WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH
                        | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED,
                        | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
                        | WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
                PixelFormat.TRANSLUCENT);
        mWindowLayoutParams.setTitle("ScreenshotAnimation");
        mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;