caption: Enable Battery Saver Mode
default: null
desc: "This policy enables or disables the Battery Saver Mode setting.\n\
\ On Chrome, this setting makes it so that frame rate is throttled to\
\ lower power consumption. If this policy is unset, the end user can control\
\ this setting in chrome://settings/performance.\n\
\ On ChromeOS, this setting makes it so that frame rate and CPU\
\ frequency are throttled, backlights are dimmed, and Android is put in\
\ Battery Saver Mode. On devices with multiple CPUs, some CPUs will be turned\
\ off.\n\
\ The different levels are:\n\
\ <ph name=\"BATTERY_SAVER_MODE_DISABLED\">Disabled</ph>\
\ (0): Battery Saver Mode will be disabled.\n\
\ <ph name=\"BATTERY_SAVER_MODE_ENABLED_BELOW_THRESHOLD\">EnabledBelowThreshold</ph>\
\ (1): Battery Saver Mode will be enabled when the device is on battery power\
\ and battery level is low.\n\
\ <ph name=\"BATTERY_SAVER_MODE_ENABLED_ON_BATTERY\">EnabledOnBattery</ph>\
\ (2): This value is deprecated as of M121. From M121 onwards, values will be\
\ treated as EnabledBelowThreshold.\n "
example_value: 1
features:
can_be_recommended: true
dynamic_refresh: true
per_profile: false
items:
- caption: Battery Saver Mode will be disabled.
name: Disabled
value: 0
- caption: Battery Saver Mode will be enabled when the device is on battery power
and battery level is low.
name: EnabledBelowThreshold
value: 1
- caption: This value is deprecated as of M121. In M121 and after, values will be
treated as EnabledBelowThreshold.
name: EnabledOnBattery
value: 2
owners:
- [email protected]
- file://components/performance_manager/OWNERS
schema:
enum:
- 0
- 1
- 2
type: integer
supported_on:
- chrome.*:108-
- chrome_os:108-
tags: []
type: int-enum