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

Commit 84e645c3 authored by Robert Luo's avatar Robert Luo Committed by Android (Google) Code Review
Browse files

Merge "Add new actions for Battery feature data collection"

parents fef7f671 741df5b7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -708,6 +708,12 @@ enum Action {

    // ACTION: Deny "Access all files" for an app
    APP_SPECIAL_PERMISSION_MANAGE_EXT_STRG_DENY = 1731;

    // ACTION: Battery feature usage
    ACTION_BATTERY_OPTION_FEATURE_USAGE = 1732;

    // ACTION: Battery feature runtime event
    ACTION_BATTERY_OPTION_RUNTIME_EVENT = 1733;
}

/**