Skip to content
Snippets Groups Projects
Commit e6d46e5b authored by Jimmy Chen's avatar Jimmy Chen
Browse files

wifi: add notification id for wifi CA certificate

Bug: 196180536
Test: atest FrameworksWifiApiTests
Change-Id: I7e5682b008d0b378a9098b182b4a5178ce427942
parent 03d94ee4
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,9 @@ message SystemMessage {
// Package: android
NOTE_UNBLOCK_CAM_TOGGLE = 66;
// Notify the user that a CA certificate is pending for the wifi connection.
NOTE_SERVER_CA_CERTIFICATE = 67;
// 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment