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

Commit 741df5b7 authored by robertluo's avatar robertluo
Browse files

Add new actions for Battery feature data collection

Bug: 149071565
Test: manual
Change-Id: I33f01c5981a24aa56b45864a846f5360e90b593b
parent e5f4f030
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;
}

/**