Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d564d15a authored by hughchen's avatar hughchen Committed by android-build-merger
Browse files

Merge "Add new type into metrics_constants.proto" into pi-dev am: 603824a6

am: a1515b58

Change-Id: Id6fafb25aaaffea432358dd770318b438254b761
parents ffb88721 a1515b58
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -5818,10 +5818,15 @@ message MetricsEvent {
    // Tag used to report whether an activity is being autofilled  on compatibility mode.
    FIELD_AUTOFILL_COMPAT_MODE = 1414;

    // OPEN: Settings > Sound > Switch connected devices dialog
    // OPEN: Settings > Sound > Switch a2dp devices dialog
    // CATEGORY: SETTINGS
    // OS: P
    DIALOG_UPDATABLE_LIST_PREFERENCE = 1415;
    DIALOG_SWITCH_A2DP_DEVICES = 1415;

    // OPEN: Settings > Sound > Switch hfp devices dialog
    // CATEGORY: SETTINGS
    // OS: P
    DIALOG_SWITCH_HFP_DEVICES = 1416;

    // ---- End P Constants, all P constants go above this line ----