summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2010-10-15 00:54:27 -0700
committerJeff Brown <jeffbrown@google.com>2010-10-15 16:03:35 -0700
commit2d3f159aa9622e05a18e7f93cecd57ad673955ae (patch)
tree8df18f80f44133f19ce9e669a36bdd785b31460a /include/ui
parentc9f7890a203a013646650a695157277df81b6a17 (diff)
downloadframeworks_base-2d3f159aa9622e05a18e7f93cecd57ad673955ae.zip
frameworks_base-2d3f159aa9622e05a18e7f93cecd57ad673955ae.tar.gz
frameworks_base-2d3f159aa9622e05a18e7f93cecd57ad673955ae.tar.bz2
Add support for secure system overlays. (DO NOT MERGE)
This change adds a new window type for secure system overlays created by the system itself from non-secure system overlays that might be created by applications that have the system alert permission. Secure views ignore the presence of secure system overlays. Bug: 3098519 Change-Id: I8f8398f4fdeb0469e5d71124c21bedf121bd8c07
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/InputDispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/InputDispatcher.h b/include/ui/InputDispatcher.h
index 3599163..4955d47 100644
--- a/include/ui/InputDispatcher.h
+++ b/include/ui/InputDispatcher.h
@@ -183,6 +183,7 @@ struct InputWindow {
TYPE_INPUT_METHOD_DIALOG= FIRST_SYSTEM_WINDOW+12,
TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13,
TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+14,
+ TYPE_SECURE_SYSTEM_OVERLAY = FIRST_SYSTEM_WINDOW+15,
LAST_SYSTEM_WINDOW = 2999,
};