diff options
author | Nate Jiang <qiangjiang@google.com> | 2021-01-29 11:05:47 -0800 |
---|---|---|
committer | Nate Jiang <qiangjiang@google.com> | 2021-01-29 11:05:47 -0800 |
commit | f5dce6557d0b372403e937e27d9e616569948515 (patch) | |
tree | c1d552c883b7ea51827eb52d17ce2afed6d54609 /proto | |
parent | dc39b958021d3c4552d91986cc04ae21d7738d85 (diff) |
Allocate new message Id for IMSI notification
Bug: 178658577
Test: build
Change-Id: Iee270f957d14e4d147c5c849b3985c44b6982b1d
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 ae024ff6d043..5dd271c9dbb1 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -260,6 +260,10 @@ message SystemMessage { // Package: android NOTE_ADB_WIFI_ACTIVE = 62; + // Notify the user a carrier suggestion is available to get IMSI exemption. + // Package: android + NOTE_CARRIER_SUGGESTION_AVAILABLE = 63; + // 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 |