diff options
| author | Michal Olech <molech@google.com> | 2021-10-05 13:21:05 +0200 |
|---|---|---|
| committer | Michal Olech <molech@google.com> | 2021-10-05 12:13:49 +0000 |
| commit | 28b217b77aa5a0da489d106c5a173c3d1c4ffe4c (patch) | |
| tree | 71e6c57ef86bb7b0127c043181d2132a5a669b67 /core/java/android | |
| parent | 06e13bdbd5c0b3f8657cc81acd02e2082f4529d5 (diff) | |
[CEC Configuration] Switch HDMI_SYSTEM_AUDIO_CONTROL_ENABLED to SharefPrefs
Test: manual test
Change-Id: Iacca003274238a80720d7abddadcc0d26b34f99f
Bug: 175381065
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 6b3f0c057466..5dcc3f6b2c23 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -11050,17 +11050,6 @@ public final class Settings { public static final String HDMI_CONTROL_ENABLED = "hdmi_control_enabled"; /** - * Whether HDMI System Audio Control feature is enabled. If enabled, TV will try to turn on - * system audio mode if there's a connected CEC-enabled AV Receiver. Then audio stream will - * be played on AVR instead of TV spaeker. If disabled, the system audio mode will never be - * activated. - * @hide - */ - @Readable - public static final String HDMI_SYSTEM_AUDIO_CONTROL_ENABLED = - "hdmi_system_audio_control_enabled"; - - /** * Whether TV will automatically turn on upon reception of the CEC command * <Text View On> or <Image View On>. (0 = false, 1 = true) * |
