diff options
| author | 2017-11-29 12:00:32 -0800 | |
|---|---|---|
| committer | 2017-11-29 12:00:32 -0800 | |
| commit | 68a7d012398d494aeaa6d69274b6eca0e28eee70 (patch) | |
| tree | 51b739e4c7201178f5eaa04b9ee46d5f9e6e0d5a | |
| parent | 9b5696844d66eb45e109ec5395e42fb5f1520ccf (diff) | |
Add Wifi Wake notification ids to system messages
Bug: 64094365
Test: n/a
Change-Id: I773b033ed616ab4e762e3f3a2db8cde69ca1bedb
| -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 52f721b0c2b0..6f3eeca33f31 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 |