proto: add system message descriptor for Wi-Fi wrong password notification

Bug: 33245941
Test: manual
Change-Id: I9f850fceca174664a62b5615cc0891fe8f692886
This commit is contained in:
Peter Qiu
2017-07-07 13:45:57 -07:00
parent 5c5f1f6419
commit 7eaed12e8e

View File

@@ -183,6 +183,10 @@ message SystemMessage {
// Inform the user that the connected audio accessory is not supported
NOTE_USB_AUDIO_ACCESSORY_NOT_SUPPORTED = 41;
// Inform the user that a wrong password was detected while attempting to connect
// to a Wi-Fi network
NOTE_WIFI_WRONG_PASSWORD = 42;
// 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