Enable color temperature developer setting

am: ab5da2d2fe

* commit 'ab5da2d2fe0b02a7cdf5f4d78d24583b2542d213':
  Enable color temperature developer setting
This commit is contained in:
Steve Pfetsch
2016-01-15 20:42:18 +00:00
committed by android-build-merger
3 changed files with 38 additions and 0 deletions

View File

@@ -38,4 +38,7 @@
<!-- The duration (in milliseconds) of activity transitions -->
<integer name="setup_wizard_transition_duration">300</integer>
<!-- When true enable color temperature setting. -->
<bool name="config_enableColorTemperature">false</bool>
</resources>

View File

@@ -66,6 +66,12 @@
android:summary="@string/picture_color_mode_desc"
android:persistent="false" />
<SwitchPreference
android:key="color_temperature"
android:title="@string/color_temperature"
android:summary="@string/color_temperature_desc"
android:persistent="false" />
<PreferenceCategory android:key="debug_debugging_category"
android:title="@string/debug_debugging_category">