summaryrefslogtreecommitdiffstats
path: root/res/xml/livedisplay.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/livedisplay.xml')
-rw-r--r--res/xml/livedisplay.xml21
1 files changed, 9 insertions, 12 deletions
diff --git a/res/xml/livedisplay.xml b/res/xml/livedisplay.xml
index fa93a19..3f0af3a 100644
--- a/res/xml/livedisplay.xml
+++ b/res/xml/livedisplay.xml
@@ -52,18 +52,7 @@
android:key="advanced"
android:title="@string/advanced">
- <!-- screen color -->
- <PreferenceScreen
- android:persistent="false"
- android:key="screencolor_settings"
- android:title="@string/screencolor"
- android:summary="@string/screencolor_summary">
- <intent
- android:action="com.qualcomm.display.PPService"
- android:targetPackage="com.android.settings"
- android:targetClass="com.android.settings.ScreenColorSettings" />
- </PreferenceScreen>
-
+ <!-- RGB display color adjustments -->
<com.android.settings.livedisplay.DisplayColor
android:key="color_calibration"
android:title="@string/color_calibration_title"
@@ -71,6 +60,14 @@
android:summary="@string/color_calibration_summary"
android:persistent="false"/>
+ <!-- HSIC display color adjustments -->
+ <com.android.settings.livedisplay.PictureAdjustment
+ android:key="picture_adjustment"
+ android:title="@string/picture_adjustment_title"
+ android:dialogTitle="@string/picture_adjustment_title"
+ android:summary="@string/picture_adjustment_summary"
+ android:persistent="false"/>
+
<!-- Adaptive backlight -->
<com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="display_low_power"