From 741df5b7be4f2c9364ecf8d3a4dd7f5a9d1ad61b Mon Sep 17 00:00:00 2001 From: robertluo Date: Fri, 7 Feb 2020 15:56:01 +0800 Subject: [PATCH] Add new actions for Battery feature data collection Bug: 149071565 Test: manual Change-Id: I33f01c5981a24aa56b45864a846f5360e90b593b --- core/proto/android/app/settings_enums.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index fc0a2ef6041aa..0f0ce9e3c18b4 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -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; } /**