From e6d46e5b3e4f146a171071f111e380f84eba0367 Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Wed, 10 Nov 2021 16:33:35 +0800 Subject: [PATCH] wifi: add notification id for wifi CA certificate Bug: 196180536 Test: atest FrameworksWifiApiTests Change-Id: I7e5682b008d0b378a9098b182b4a5178ce427942 --- proto/src/system_messages.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 3047c90428484..6d0eadb40d0ff 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -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