From 93cb147c8227f9640e7125594b65f87fdf7510b4 Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Mon, 2 Mar 2026 15:24:42 -0800 Subject: [PATCH] add folder attachment type PiperOrigin-RevId: 877603768 --- sharing/proto/analytics/nearby_sharing_log.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharing/proto/analytics/nearby_sharing_log.proto b/sharing/proto/analytics/nearby_sharing_log.proto index 7196bb20..0f7b30f6 100644 --- a/sharing/proto/analytics/nearby_sharing_log.proto +++ b/sharing/proto/analytics/nearby_sharing_log.proto @@ -894,6 +894,7 @@ message SharingLog { repeated WifiCredentialsAttachment wifi_credentials_attachment = 4; repeated AppAttachment app_attachment = 5; repeated StreamAttachment stream_attachment = 6; + repeated FolderAttachment folder_attachment = 7; } message TextAttachment { @@ -970,6 +971,8 @@ message SharingLog { optional int64 duration_millis = 8; } + message FolderAttachment {} + // EventType: APP_CRASH // Used only for Nearby Share Windows App now message AppCrash {