From 86f87ef88b8ed2a1260ff5b08b2fcaec1aef82fd Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 22 Dec 2022 18:05:35 -0800 Subject: [PATCH] [Analytics] logging for displaying Privacy notification. PiperOrigin-RevId: 497273433 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 064407df..8a4ae793 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -197,6 +197,9 @@ enum EventType { // Sender taps the Send button in quick settings TAP_QUICK_SETTINGS_FILE_SHARE = 52; + // Devices show a privacy notification + DISPLAY_PRIVACY_NOTIFICATION = 53; + // LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode) }