diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/display_settings.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml index 08875cf..e4f6759 100644 --- a/res/xml/display_settings.xml +++ b/res/xml/display_settings.xml @@ -141,7 +141,6 @@ android:summary="@string/color_enhancement_summary" android:defaultValue="true" /> - <com.android.settings.hardware.DisplayColor android:key="color_calibration" android:title="@string/color_calibration_title" @@ -156,4 +155,16 @@ android:summary="@string/gamma_tuning_summary_head" android:persistent="false" /> </PreferenceCategory> + + <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> + </PreferenceScreen> |