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

Commit 23f17f01 authored by Soroosh Mariooryad's avatar Soroosh Mariooryad Committed by android-build-merger
Browse files

Merge "Add logging const for smart setting suggestion enabled/disabled state" into oc-mr1-dev

am: 312e0697

Change-Id: Ieef7c47fc1c1b00526f70c2c076525e9052307b8
parents 7b5b481c 312e0697
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4305,6 +4305,12 @@ message MetricsEvent {
    // OS: O MR
    ACTION_SETTINGS_BLUETOOTH_PAIR_DEVICES_WITHOUT_NAMES = 1096;

    // FIELD - Whether smart suggestion ranking was enabled or not
    // Type: int encoded boolean
    // CATEGORY: SETTINGS
    // OS: O MR
    FIELD_SETTINGS_SMART_SUGGESTIONS_ENABLED = 1097;

    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS
  }