summaryrefslogtreecommitdiff
path: root/include/input
diff options
context:
space:
mode:
author Joshua Tsuji <tsuji@google.com> 2020-05-04 13:53:00 -0400
committer Josh Tsuji <tsuji@google.com> 2020-05-07 21:58:36 +0000
commit466cdea8d2de302f6be4d9f59816dd2c6078decf (patch)
tree6d7e5ac12712d991e1c06b7e081e58675e5a4f5f /include/input
parent7e838c2377a42907783d9de7aaa6e16b7d085a3f (diff)
Make TYPE_TRUSTED_APPLICATION_OVERLAY a trusted overlay.
Test: accept a permission dialog while bubbles are there too Fixes: 149320322 Change-Id: I3767e2d93d0bcb216483a12d94ffb13ca0051c7e
Diffstat (limited to 'include/input')
-rw-r--r--include/input/InputWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/InputWindow.h b/include/input/InputWindow.h
index 856c54d89e..c5e56fd91f 100644
--- a/include/input/InputWindow.h
+++ b/include/input/InputWindow.h
@@ -108,6 +108,7 @@ struct InputWindowInfo {
TYPE_ACCESSIBILITY_OVERLAY = FIRST_SYSTEM_WINDOW + 32,
TYPE_DOCK_DIVIDER = FIRST_SYSTEM_WINDOW + 34,
TYPE_NOTIFICATION_SHADE = FIRST_SYSTEM_WINDOW + 40,
+ TYPE_TRUSTED_APPLICATION_OVERLAY = FIRST_SYSTEM_WINDOW + 42,
LAST_SYSTEM_WINDOW = 2999,
};