[Analytics] logging for displaying Privacy notification.

PiperOrigin-RevId: 497273433
This commit is contained in:
hai007
2022-12-22 18:07:38 -08:00
committed by Copybara-Service
parent e64f9859e1
commit 86f87ef88b
+3
View File
@@ -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)
}