diff options
author | lesl <lesl@google.com> | 2020-01-16 22:51:23 +0800 |
---|---|---|
committer | Les Lee <lesl@google.com> | 2020-01-17 15:07:22 +0000 |
commit | 15b05537ef902518df508812874ded7237572dfa (patch) | |
tree | ba1cbaa6f73f4e3303db6625325bac3f68ea7551 /proto | |
parent | 41b39209d27806eca690d264c39134202e467f82 (diff) |
Wifi: Add notification ID for softap auto shutdown
Notify the user that their softap disabled because there are no connected
devices and shutdown timeout expired.
Bug: 142752869
Test: atest FrameworksWifiTests
Change-Id: Ib68607c1fcdced280191af397eda3cc900bdf7cf
Diffstat (limited to 'proto')
-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 21100458adc1..ad802ff879f2 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -240,6 +240,10 @@ message SystemMessage { // Inform the user that EAP failure occurs NOTE_WIFI_EAP_FAILURE = 57; + // Notify the user that their softap disabled because auto shutdown timeout expired. + // Package: android + NOTE_SOFTAP_AUTO_DISABLED = 58; + // 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 |