Introduce CoolColorTemperaturePreferenceController

- Create new CoolColorTemperaturePreferenceController
 - Create controller inside the DashboardFragment
 - Port logic from DevelopmentSettings into the controller

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: Ib138dd55f197ae4cc14db4f3414abdd644e6b202
This commit is contained in:
jeffreyhuang
2017-09-18 15:24:01 -07:00
parent ff3971038e
commit ebcf01f128
5 changed files with 247 additions and 1 deletions

View File

@@ -17,4 +17,5 @@
<resources>
<!-- Whether or not new device intro suggestion is supported for this device -->
<bool name="config_new_device_intro_suggestion_supported">true</bool>
<bool name="config_enableColorTemperature">true</bool>
</resources>