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

Commit 8c99a863 authored by ryanlwlin's avatar ryanlwlin Committed by Automerger Merge Worker
Browse files

DO NOT MERGE: Map TYPE_TRUSTED_APPLICATION_OVERLAY to system window type for...

DO NOT MERGE: Map TYPE_TRUSTED_APPLICATION_OVERLAY to system window type for A11y am: 4ec7b5c3 am: 8c8116ee am: 27daa10f

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

Change-Id: I873383d83c418f4c486a00f57634dad6a4cbb8b8
parents 4101dcb6 27daa10f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -725,7 +725,8 @@ public class AccessibilityWindowManager {
                case WindowManager.LayoutParams.TYPE_SYSTEM_ERROR:
                case WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY:
                case WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY:
                case WindowManager.LayoutParams.TYPE_SCREENSHOT: {
                case WindowManager.LayoutParams.TYPE_SCREENSHOT:
                case WindowManager.LayoutParams.TYPE_TRUSTED_APPLICATION_OVERLAY: {
                    return AccessibilityWindowInfo.TYPE_SYSTEM;
                }