diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-04-03 21:47:07 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:36:49 +0200 |
commit | a5d013d49e65e31ddbdc88adc55f7def0974ff61 (patch) | |
tree | 76754d3cfeee7ca918a1cc55164d95974f18a78c /overlay | |
parent | d2470c315a9d9f62974f4b8a85932d7a4e08e9b3 (diff) |
overlay: Remove cmsdk
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/vendor/cmsdk/cm/res/res/values/config.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml deleted file mode 100644 index ba5faae..0000000 --- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015-2016 The CyanogenMod Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<resources> - - <!-- Default value for proximity check on screen wake - NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms)--> - <bool name="config_proximityCheckOnWake">true</bool> - <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> |