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) }