Loading core/java/android/provider/Settings.java +4 −1 Original line number Diff line number Diff line Loading @@ -10128,7 +10128,8 @@ public final class Settings { * This is encoded as a key=value list, separated by commas. Ex: * * "battery_tip_enabled=true,summary_enabled=true,high_usage_enabled=true," * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50" * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50," * "high_usage_battery_draining=25,high_usage_period_ms=3000" * * The following keys are supported: * Loading @@ -10138,6 +10139,8 @@ public final class Settings { * battery_saver_tip_enabled (boolean) * high_usage_enabled (boolean) * high_usage_app_count (int) * high_usage_period_ms (long) * high_usage_battery_draining (int) * app_restriction_enabled (boolean) * reduced_battery_enabled (boolean) * reduced_battery_percent (int) Loading Loading
core/java/android/provider/Settings.java +4 −1 Original line number Diff line number Diff line Loading @@ -10128,7 +10128,8 @@ public final class Settings { * This is encoded as a key=value list, separated by commas. Ex: * * "battery_tip_enabled=true,summary_enabled=true,high_usage_enabled=true," * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50" * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50," * "high_usage_battery_draining=25,high_usage_period_ms=3000" * * The following keys are supported: * Loading @@ -10138,6 +10139,8 @@ public final class Settings { * battery_saver_tip_enabled (boolean) * high_usage_enabled (boolean) * high_usage_app_count (int) * high_usage_period_ms (long) * high_usage_battery_draining (int) * app_restriction_enabled (boolean) * reduced_battery_enabled (boolean) * reduced_battery_percent (int) Loading