summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxshu <xshu@google.com>2019-11-14 16:37:47 -0800
committerxshu <xshu@google.com>2019-11-14 16:38:48 -0800
commit708f3420d317ad6942eedaae9673c95332937066 (patch)
tree48bfafa0db37f84594bf45cd55d8c6953e78de87
parent2da22cdcbf0daf9876b1bc736c546b1c326888d7 (diff)
Add notification ID for no random mac support
Bug: 144172117 Test: atest FrameworksWifiTests Change-Id: Iad7f21651bc20304fc3b8e108c04057c4bb51b2e
-rw-r--r--proto/src/system_messages.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto
index 5712566311d7..068707fee173 100644
--- a/proto/src/system_messages.proto
+++ b/proto/src/system_messages.proto
@@ -234,6 +234,9 @@ message SystemMessage {
// Package: android
NOTE_SERIAL_CONSOLE_ENABLED = 55;
+ // Inform the user that the current network may not support using a randomized MAC address.
+ NOTE_NETWORK_NO_MAC_RANDOMIZATION_SUPPORT = 56;
+
// 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