summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorRyan Lin <ryanlwlin@google.com>2020-11-19 08:37:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-11-19 08:37:51 +0000
commit00bca78ece33c5aa3773fbf7bd9bbf3dec5a1a9c (patch)
tree10a91da392e4a4bdbfa85e7817a709d3645124a6 /proto
parent62b922614c4a3651d2be8866a6e9edb7fc5eb501 (diff)
parent3badad790dedeae98aa2030d869d0e6829a923f9 (diff)
Merge "Show notification to promote window magnification mode available"
Diffstat (limited to 'proto')
-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;
}
}