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

Commit 98bdc516 authored by Michael Wright's avatar Michael Wright
Browse files

Add metrics constants for new settings screens.

Bug: 64185329
Test: manual
Change-Id: I7147f17c9d5edb3a94c2e63d5acc1e655afbac3a
parent c65eb444
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -5171,6 +5171,7 @@ message MetricsEvent {
    // An autofill service was bound using an unofficial(but still supported) permission.
    // Package: Package of the autofill service
    // OS: P

    AUTOFILL_INVALID_PERMISSION = 1289;

    // OPEN: QS Alarm tile shown
@@ -5185,6 +5186,21 @@ message MetricsEvent {
    // OS: P
    USB_DEVICE_DETAILS = 1291;

    // OPEN: Settings > Accessibility > Vibration
    // CATEGORY: SETTINGS
    // OS: P
    ACCESSIBILITY_VIBRATION = 1292;

    // OPEN: Settings > Accessibility > Vibration > Ring & notification vibration
    // CATEGORY: SETTINGS
    // OS: P
    ACCESSIBILITY_VIBRATION_NOTIFICATION = 1293;

    // OPEN: Settings > Accessibility > Vibration > Touch vibration
    // CATEGORY: SETTINGS
    // OS: P
    ACCESSIBILITY_VIBRATION_TOUCH = 1294;

    // ---- End P Constants, all P constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS