summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-04-10 18:20:46 -0700
committerSteve Kondik <steve@cyngn.com>2016-04-12 03:13:58 -0700
commit4370045fac8a70750bc6e90ddb2bd8ab51fce90a (patch)
tree583dfb4ee69de4bbd9cb71cc44215eaa15486811 /res/values
parent70e9aea5d4bc36ac400e5f7e09c51fe018bb168a (diff)
downloadpackages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.zip
packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.gz
packages_apps_Settings-4370045fac8a70750bc6e90ddb2bd8ab51fce90a.tar.bz2
livedisplay: Update Settings for new LiveDisplay API
* LiveDisplay is getting a proper API. This patch refactors the settings to use it. * Also kill off the deprecated "gamma calibration" tunable which nobody should be using at this point. Change-Id: I948b8845cd06c8c634a201cb5d5b93b5766cc51d
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml5
-rw-r--r--res/values/cm_strings.xml7
2 files changed, 0 insertions, 12 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 830f74d..09fd23e 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -376,11 +376,6 @@
<item>silent</item>
</string-array>
- <!-- Gamma calibration descriptors, deliberately empty as string values populated via
- per-device overlay. Required to build on non-hardware tunable devices -->
- <string-array name="gamma_descriptors" translatable="false">
- </string-array>
-
<!-- Values for screen color -->
<string-array name="screen_color_setting">
<item>Standard</item>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 906f19d..ae97862 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -618,13 +618,6 @@
<string name="color_green_title">Green</string>
<string name="color_blue_title">Blue</string>
- <!-- Hardware tunables - Gamma calibration -->
- <string name="gamma_tuning_title_head">Gamma calibration</string>
- <string name="gamma_tuning_summary_head">Tweak gamma values</string>
- <string name="gamma_tuning_control_set_header">Group <xliff:g id="index">%d</xliff:g></string> <!-- used if no name provided by overlay -->
- <string name="gamma_tuning_contrast">Contrast</string>
- <string name="gamma_tuning_brightness">Brightness</string>
- <string name="gamma_tuning_saturation">Saturation</string>
<!-- Launch music player when headset is connected -->
<string name="headset_connect_player_title">Launch music app</string>