...text exposed to open source public git repo...

PiperOrigin-RevId: 917853144
This commit is contained in:
hai007
2026-05-19 08:36:53 -07:00
committed by Copybara-Service
parent 2cec4aaadb
commit a9a0a981e3
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -845,6 +845,8 @@ enum SharingUseCase {
USE_CASE_NEARBY_SHARE_WITH_QR_CODE = 7 [deprecated = true];
// The user was redirected from Bluetooth sharing UI to Nearby Share
USE_CASE_REDIRECTED_FROM_BLUETOOTH_SHARE = 8;
USE_CASE_TAP_TO_SHARE = 9;
USE_CASE_TAP_TO_SHARE_FROM_TTX_FLOW = 10;
}
// Used only for Windows App now.
+1
View File
@@ -220,6 +220,7 @@ message IntroductionFrame {
NEARBY_SHARE = 1;
REMOTE_COPY = 2;
TAP_TO_SHARE = 9;
TAP_TO_SHARE_FROM_TTX_FLOW = 10;
}
repeated FileMetadata file_metadata = 1;