diff options
| author | 2017-12-08 21:12:06 +0000 | |
|---|---|---|
| committer | 2017-12-08 21:12:06 +0000 | |
| commit | 175b009204b942571baac396edf2127e2f2e3c3c (patch) | |
| tree | 37c489551e1ca8175cc9ebbb0d895504cfe17acd | |
| parent | c22e7735c31b711f8bf598c07fc872baba9af0dd (diff) | |
| parent | 68a7d012398d494aeaa6d69274b6eca0e28eee70 (diff) | |
Merge "Add Wifi Wake notification ids to system messages"
| -rw-r--r-- | proto/src/system_messages.proto | 6 |
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 |