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

Commit 2bde4091 authored by hughchen's avatar hughchen
Browse files

Add new type into metrics_constants.proto

* Change DIALOG_UPDATABLE_LIST_PREFERENCE to DIALOG_SWITCH_A2DP_DEVICES.
* Add DIALOG_SWITCH_HFP_DEVICES
* This is for a new dialog which is able to update content instantly when connected devices change

Bug: 77783217
Test: build
Change-Id: I1dd79f35a2b26be071acceca5fe984c8f17d44ec
parent 67890e0e
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -5818,10 +5818,15 @@ message MetricsEvent {
    // Tag used to report whether an activity is being autofilled  on compatibility mode.
    // Tag used to report whether an activity is being autofilled  on compatibility mode.
    FIELD_AUTOFILL_COMPAT_MODE = 1414;
    FIELD_AUTOFILL_COMPAT_MODE = 1414;


    // OPEN: Settings > Sound > Switch connected devices dialog
    // OPEN: Settings > Sound > Switch a2dp devices dialog
    // CATEGORY: SETTINGS
    // CATEGORY: SETTINGS
    // OS: P
    // 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 ----
    // ---- End P Constants, all P constants go above this line ----
    // Add new aosp constants above this line.
    // Add new aosp constants above this line.