summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java11
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)
*