Add fields to SendAttachmentsStart to track whether advanced protection is enabled for the transfer.

PiperOrigin-RevId: 808671647
This commit is contained in:
Francis Tsui
2025-09-18 11:44:47 -07:00
committed by Copybara-Service
parent d4503955fe
commit ff1b50f1fe
@@ -568,6 +568,12 @@ message SharingLog {
// Deprecated. Use share_target_info.has_matching_qr_code instead.
optional bool qr_code_flow = 5 [deprecated = true];
optional ShareTargetInfo share_target_info = 6;
// True if the advanced protection is enabled and the sender needed to
// confirm the transfer.
optional bool advanced_protection_enabled = 7;
// True if the advanced protection flag from NearbyService BE is different
// from the mendel flag.
optional bool advanced_protection_mismatch = 8;
}
// EventType: SEND_ATTACHMENTS_END