diff options
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
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; } } |