diff options
author | Kumar Anand <kumaranand@google.com> | 2020-02-05 11:22:11 -0800 |
---|---|---|
committer | Kumar Anand <kumaranand@google.com> | 2020-02-13 14:51:48 -0800 |
commit | 37686b9e1680c658dd3182c224a8922467de73c8 (patch) | |
tree | d714b79e35e7f42847fba22371512a0e4668100d /proto/src | |
parent | 4b5b834e13b7c31b449cb751b4407a14932b959a (diff) |
Wifi: Notification id for sim required
Framework needs to launch a notification when
wifi is disconnected due to SIM removal
Bug: 147113247
Test: atest FrameworksWifiTests
Change-Id: I4901eda93ec46e577a8d947736b9f6a7b2f70f68
Diffstat (limited to 'proto/src')
-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 63dd99e215ab..eda3fb9c8698 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -248,6 +248,10 @@ message SystemMessage { // Package: android NOTE_LOCATION_CHANGED = 59; + // Notify user that a SIM is required to connect to Wifi network + // Package: android + NOTE_ID_WIFI_SIM_REQUIRED = 60; + // 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 |