summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-12-08 21:12:06 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-12-08 21:12:06 +0000
commit175b009204b942571baac396edf2127e2f2e3c3c (patch)
tree37c489551e1ca8175cc9ebbb0d895504cfe17acd
parentc22e7735c31b711f8bf598c07fc872baba9af0dd (diff)
parent68a7d012398d494aeaa6d69274b6eca0e28eee70 (diff)
Merge "Add Wifi Wake notification ids to system messages"
-rw-r--r--proto/src/system_messages.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 75d080d70423..d817da53f523 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -187,6 +187,12 @@ message SystemMessage {
// to a Wi-Fi network
NOTE_WIFI_WRONG_PASSWORD = 42;
+ // Inform the user that Wifi Wake will re-enable wifi when possible
+ NOTE_WIFI_WAKE_ONBOARD = 43;
+
+ // Inform the user that Wifi Wake has automatically re-enabled Wifi
+ NOTE_WIFI_WAKE_TURNED_BACK_ON = 44;
+
// 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