diff options
author | Michal Olech <molech@google.com> | 2020-11-11 12:28:07 +0100 |
---|---|---|
committer | Michal Olech <molech@google.com> | 2020-11-11 12:28:07 +0100 |
commit | d17d2b51b0fa0e73adccdaa77bc0fb211ab99e5d (patch) | |
tree | eff34ea4a0ba53050a77afd8628f2d375eb27647 /data | |
parent | cad85079d63bc3f65913cfe649a646e0f143cd03 (diff) |
[CEC Configuration] Make 'power_state_change_on_active_source_lost' modifiable
Bug: 171958586
Test: smoke tested
Change-Id: If66fab6eb85b61fc704e5972aeceb161b6aa2d8a
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/cec_config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/etc/cec_config.xml b/data/etc/cec_config.xml index 8e78ad738e..c1c01105a1 100644 --- a/data/etc/cec_config.xml +++ b/data/etc/cec_config.xml @@ -21,7 +21,7 @@ </setting> <setting name="power_state_change_on_active_source_lost" value-type="string" - user-configurable="false"> + user-configurable="true"> <allowed-values> <value string-value="none" /> <value string-value="standby_now" /> |