diff options
| author | 2022-03-03 15:34:34 +0100 | |
|---|---|---|
| committer | 2022-03-03 14:38:27 +0000 | |
| commit | 2c71bdc26c6e067caf8533c8573a0482b13aa46e (patch) | |
| tree | 52c90aca85684ef36baf06e4927e52d91a4949f1 | |
| parent | c4c1ac53fdb8217e3d15dded3e882617236c1fee (diff) | |
Make "Standby now" default behavior on losing active source
Bug: 173606100
Test: make, flash
Change-Id: I5c7ed220e58ecb60119fc8bea56c8b93e220dba1
| -rw-r--r-- | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index bc271bfaa222..149749ad9b22 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5262,9 +5262,9 @@ <bool name="config_cecPowerStateChangeOnActiveSourceLost_userConfigurable">true</bool> <bool name="config_cecPowerStateChangeOnActiveSourceLostNone_allowed">true</bool> - <bool name="config_cecPowerStateChangeOnActiveSourceLostNone_default">true</bool> + <bool name="config_cecPowerStateChangeOnActiveSourceLostNone_default">false</bool> <bool name="config_cecPowerStateChangeOnActiveSourceLostStandbyNow_allowed">true</bool> - <bool name="config_cecPowerStateChangeOnActiveSourceLostStandbyNow_default">false</bool> + <bool name="config_cecPowerStateChangeOnActiveSourceLostStandbyNow_default">true</bool> <bool name="config_cecSystemAudioControl_userConfigurable">true</bool> <bool name="config_cecSystemAudioControlEnabled_allowed">true</bool> |