From d65c4cea8272499655d8bb9b43b44b3cde4c87aa Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 6 Apr 2023 10:53:26 -0700 Subject: [PATCH] Add SETUP_WIZARD_ACTIVITY name for tracking SUW metrics from the LAUNCH_ACTIVITY UI events in SUW. PiperOrigin-RevId: 522378912 --- proto/sharing_enums.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 15279123..27d24b85 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -444,6 +444,7 @@ enum ActivityName { SET_DATA_USAGE_DIALOG = 8; QUICK_SETTINGS_ACTIVITY = 9; REMOTE_COPY_SHARE_SHEET_ACTIVITY = 10; + SETUP_WIZARD_ACTIVITY = 11; } // The type of consent page user launches.