summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
authorChloris Kuo <chloriskuo@google.com>2021-03-19 06:57:10 -0700
committerChloris Kuo <chloriskuo@google.com>2021-04-09 11:21:33 -0700
commit3f03f51421eb4d69d44528444f0821dd63bf922e (patch)
treed5f2d7b7e1366fd872b7704e5b864b08b0cc3625 /proto/src
parent748a568a4b33defbfb8ff93c8ade9da16569db94 (diff)
NAS Settings Migration
Change default NAS to AiAi for Pixel devices Bug: 173106358 Test: manually on device, atest Change-Id: I2fe0b3eed479188509df5ce65d1b2a1281e6c85a
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/system_messages.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index f06a94004110..a48f76ea1ca3 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -264,6 +264,10 @@ message SystemMessage {
// Package: android
NOTE_CARRIER_SUGGESTION_AVAILABLE = 63;
+ // Inform that NAS settings have changed on OS upgrade
+ // Package: android
+ NOTE_NAS_UPGRADE = 64;
+
// 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