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

Commit 296417a9 authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Add enums for battery settings page."

parents 16bc3dd1 a2a1434e
Loading
Loading
Loading
Loading
+11 −2
Original line number Original line Diff line number Diff line
@@ -3477,6 +3477,15 @@ message MetricsEvent {
    // OS: O
    // OS: O
    WIFI_NETWORK_DETAILS = 849;
    WIFI_NETWORK_DETAILS = 849;


    // ACTION: Settings > Battery > Menu > Usage Alerts
    ACTION_SETTINGS_MENU_BATTERY_USAGE_ALERTS = 850;

    // ACTION: Settings > Battery > Menu > Optimization
    ACTION_SETTINGS_MENU_BATTERY_OPTIMIZATION = 851;

    // ACTION: Settings > Battery > Menu > Apps Toggle
    ACTION_SETTINGS_MENU_BATTERY_APPS_TOGGLE = 852;

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


    // Add new aosp constants above this line.
    // Add new aosp constants above this line.