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

PiperOrigin-RevId: 921357852
This commit is contained in:
hai007
2026-05-26 03:34:47 -07:00
committed by Copybara-Service
parent 55bccac923
commit 83b35985a8
+8
View File
@@ -848,6 +848,14 @@ enum SharingUseCase {
USE_CASE_TAP_TO_SHARE = 9;
}
enum SharingSurface {
SURFACE_UNKNOWN = 0;
SURFACE_QUICK_SHARE = 1;
SURFACE_APP = 2;
SURFACE_SYSTEM_SHARE_SHEET = 3;
}
// Used only for Windows App now.
enum AppCrashReason {
APP_CRASH_REASON_UNKNOWN = 0;