power policy: refine policy yaml files
Refine DevicePowerAdaptiveChargingEnabled.yaml and DevicePowerBatteryChargingOptimization.yaml. BUG: 375480080 Change-Id: I7757d7d104dc9af3a0046b1bf414f85603888b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092212 Reviewed-by: Owen Min <zmin@chromium.org> Reviewed-by: Igor <igorcov@chromium.org> Commit-Queue: Jing Li <jingmuli@google.com> Cr-Commit-Position: refs/heads/main@{#1401913}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
654765fd6b
commit
76950b0aea
components/policy/resources/templates/policy_definitions/PowerManagement
@ -5,10 +5,14 @@ default_for_enterprise_users: false
|
||||
desc: |-
|
||||
Specifies whether an adaptive charging model is allowed to hold charging process to extend battery life.
|
||||
|
||||
When the device is on AC, the adaptive charging model evaluates if charging process should be hold to extend battery life. If the adaptive charging model holds the charging process, it'll keep the battery at a certain level (i.e. 80%) and then charge the device to 100% when the user needs it.
|
||||
If this policy is set to True, the adaptive charging model will be enabled and allowed to hold the charging process to extend battery life. If this policy is set to False or unset, the adaptive charging model will not influence the charging process.
|
||||
When the device is on AC, the adaptive charging model evaluates if charging process should be hold to extend battery life. If the adaptive charging model holds the charging process, it'll keep the battery at a certain level (i.e. 80%) and then charge the device to 100% when the user needs it.
|
||||
|
||||
If this policy is set to True, the adaptive charging model will be enabled and allowed to hold the charging process to extend battery life.
|
||||
|
||||
If this policy is set to False or unset, the adaptive charging model will not influence the charging process.
|
||||
|
||||
Note: This policy has no effect if DevicePowerBatteryChargingOptimization is set.
|
||||
|
||||
Note: This policy has no effect if DevicePowerBatteryChargingOptimization is set.
|
||||
example_value: false
|
||||
features:
|
||||
dynamic_refresh: true
|
||||
|
@ -2,19 +2,15 @@ caption: Battery Charging Optimization
|
||||
desc: |-
|
||||
Battery health can be affected by factors like frequent full charges and extended charging durations. This policy provides three options to optimize charging behavior and mitigate these factors, ultimately prolonging battery lifespan.
|
||||
|
||||
Setting the policy to Standard, the battery charges normally to 100%. This disables adaptive and limited charging.
|
||||
Setting the policy to 1 - Standard or leaving it unset, the battery charges normally to 100%. This disables adaptive and limited charging.
|
||||
|
||||
Setting the policy to Adaptive, the device learns your charging habits and delays charging to 100% until necessary. This helps prolong battery health.
|
||||
Setting the policy to 2 - Adaptive, the device learns your charging habits and delays charging to 100% until necessary. This helps prolong battery health.
|
||||
|
||||
Setting the policy to Limited, the battery charges only to around 80% to maximize its lifespan.
|
||||
Setting the policy to 3 - Limited, the battery charges only to around 80% to maximize its lifespan.
|
||||
|
||||
Leaving this policy unset applies the Standard option (where supported).
|
||||
This policy overrides <ph name="DEVICE_POWER_ADAPTIVE_CHARGING_ENABLED_POLICY_NAME">DevicePowerAdaptiveChargingEnabled</ph>.
|
||||
|
||||
The DevicePowerBatteryChargingOptimization policy overrides the DevicePowerAdaptiveChargingEnabled policy.
|
||||
|
||||
DevicePowerAdaptiveChargingEnabled controls adaptive charging if DevicePowerBatteryChargingOptimization is unset.
|
||||
|
||||
The DevicePowerBatteryChargingOptimization and DevicePowerAdaptiveChargingEnabled policies always take precedence over user settings.
|
||||
The <ph name="DEVICE_POWER_BATTERY_CHARGING_OPTIMIZATION_POLICY_NAME">DevicePowerBatteryChargingOptimization</ph> and <ph name="DEVICE_POWER_ADAPTIVE_CHARGING_ENABLED_POLICY_NAME">DevicePowerAdaptiveChargingEnabled</ph> polices always take precedence over user settings.
|
||||
|
||||
device_only: true
|
||||
example_value: 1
|
||||
|
Reference in New Issue
Block a user