Make picture color mode less of a feature
- Shun it to developer settings - Hide 'natural' mode - Remove dialog Bug: 24038268 Change-Id: Ibaf363bc06b444f2a361707b98742328fc290cfc
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
android:summary="@string/runningservices_settings_summary"
|
||||
android:fragment="com.android.settings.applications.RunningServices" />
|
||||
|
||||
<com.android.settings.ColorModePreference
|
||||
android:key="color_mode"
|
||||
android:title="@string/picture_color_mode"
|
||||
android:summary="@string/picture_color_mode_desc"
|
||||
android:persistent="false" />
|
||||
|
||||
<PreferenceCategory android:key="debug_debugging_category"
|
||||
android:title="@string/debug_debugging_category">
|
||||
|
||||
|
||||
@@ -104,12 +104,6 @@
|
||||
android:key="auto_rotate"
|
||||
android:title="@string/display_auto_rotate_title" />
|
||||
|
||||
<com.android.settings.ColorModePreference
|
||||
android:key="color_mode"
|
||||
android:title="@string/picture_color_mode"
|
||||
android:persistent="false"
|
||||
settings:keywords="@string/keywords_color_mode" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="wifi_display"
|
||||
android:title="@string/wifi_display_settings_title"
|
||||
|
||||
Reference in New Issue
Block a user