summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorryanlwlin <ryanlwlin@google.com>2020-11-05 16:58:29 +0800
committerryanlwlin <ryanlwlin@google.com>2020-11-12 22:53:55 +0800
commit3badad790dedeae98aa2030d869d0e6829a923f9 (patch)
tree8d41d58ccd6e05d5eb2181e6dc4019da678b8c37 /proto/src
parent54e28edd2f4e8f050fd043d6f7f9c1de78f49589 (diff)
Show notification to promote window magnification mode available
The magnification mode is full-screen when the migrating deivce turns on magnification settings. We show a notification prompt the user that new window magnifier to guide the user to take a look. Bug: 168635084 Test: 1. adb shell settings put secure \ accessibility_show_window_magnification_prompt 1 2. use full-screen magnification to see if it works well. atest WindowMagnificationPromptControllerTest atest FullScreenMagnificationGestureHandlerTest Change-Id: I40dfc49307d2dad380f1e662960d35f5cc5e7524
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/system_messages.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 15bd4dc66ccc..ae024ff6d043 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -332,5 +332,9 @@ message SystemMessage {
// Notify the user that the admin suspended personal apps on the device.
// Package: android
NOTE_PERSONAL_APPS_SUSPENDED = 1003;
+
+ // Notify the user that window magnification is available.
+ // package: android
+ NOTE_A11Y_WINDOW_MAGNIFICATION_FEATURE = 1004;
}
}