Skip to content

Commit

Permalink
overlay/cmsdk cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroBrey committed Feb 3, 2017
1 parent ac46493 commit 578ec5e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions overlay/vendor/cmsdk/cm/res/res/values/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-2016 The CyanogenMod Project
Copyright (C) 2016-2017 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,19 +22,4 @@
<integer name="config_proximityCheckTimeout">100</integer>
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>


<!-- Is the notification LED brightness adjustable ? Used to decide if the user can set LED brightness -->
<bool name="config_adjustableNotificationLedBrightness">true</bool>

<!-- Color temperature settings for LiveDisplay. These were obtained by
measuring the display at various color balance levels. -->
<integer name="config_minColorTemperature">2000</integer>
<integer name="config_maxColorTemperature">10000</integer>

<!-- Corresponds to color balance level of zero, this is the native
display temperature -->
<integer name="config_dayColorTemperature">7000</integer>
<integer name="config_nightColorTemperature">5000</integer>
<!-- For high brightness mode -->
<integer name="config_outdoorAmbientLux">12000</integer>
</resources>

0 comments on commit 578ec5e

Please sign in to comment.