diff options
author | Salvador Martinez <dehboxturtle@google.com> | 2017-04-10 11:18:31 -0700 |
---|---|---|
committer | Salvador Martinez <dehboxturtle@google.com> | 2017-04-12 18:41:35 +0000 |
commit | ab932147aa03d4621704bd7c6ce4b74ae5bb548d (patch) | |
tree | ff1028a4124a93930409f84874ab3504546b826f /proto/src/system_messages.proto | |
parent | 73edcd7328db1a1466e786baaae9657b7e6d5083 (diff) |
Added strings for thermal shutdown warning
Strings for thermal shutdown warning were missing
so this CL adds them and a proto message value.
Test: SysUI tests still pass
Bug: 30994946
Change-Id: Ifd0b26248c2ebae5bcf32ecbea2566c14be7dc32
Diffstat (limited to 'proto/src/system_messages.proto')
-rw-r--r-- | proto/src/system_messages.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index c4a28313ed0a..65cc17eec6bd 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -173,6 +173,9 @@ message SystemMessage { // Package: android NOTE_ACCOUNT_CREDENTIAL_PERMISSION = 38; + // Inform the user their phone recently shut down due to high temperature + NOTE_THERMAL_SHUTDOWN = 39; + // ADD_NEW_IDS_ABOVE_THIS_LINE // Legacy IDs with arbitrary values appear below // Legacy IDs existed as stable non-conflicting constants prior to the O release |