summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorMichal Olech <molech@google.com>2021-02-23 17:28:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-02-23 17:28:11 +0000
commit873c5414237ba3dbc7b5a78488aa0db476c57eec (patch)
tree9d084825b46c4c27ee3f44191fe4ef9f14361f42 /core/java/android
parentfff84a262cc18b935ce6e8fd0c9583d592a067fe (diff)
parent27a8746695b0c141d36906338a9d259ed8899609 (diff)
Merge changes from topic "HdmiCecVersionSharedPrefs" into sc-dev
* changes: [CEC Configuration] Move 'hdmi_cec_version' to SharedPreferences [CEC Configuration] Run HdmiControlService change notifications in the service thread
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 6ee7eb25eb2f..ff10b0caab89 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -10697,14 +10697,6 @@ public final class Settings {
"hdmi_cec_switch_enabled";
/**
- * HDMI CEC version to use. Defaults to v1.4b.
- * @hide
- */
- @Readable
- public static final String HDMI_CEC_VERSION =
- "hdmi_cec_version";
-
- /**
* Whether TV will automatically turn on upon reception of the CEC command
* &lt;Text View On&gt; or &lt;Image View On&gt;. (0 = false, 1 = true)
*