aboutsummaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2016-01-24 16:07:41 +0100
committerLuK1337 <priv.luk@gmail.com>2016-01-27 16:48:47 +0100
commit65356a621f531b7afe2a0d860b9765e24d647782 (patch)
tree70fe5a7edc75131ad7bd6cd56f9e5ef934dd4e64 /overlay
parent2a94968fad2b0af1e9959bd723bc3fd5b40413bc (diff)
msm8916-common: overlay: Fix proximity check path
Change-Id: I979a0d40e4dfb9735874f67a4d4984da4ef76b36
Diffstat (limited to 'overlay')
-rw-r--r--overlay/cmsdk/cm/res/res/values/config.xml24
-rw-r--r--overlay/vendor/cmsdk/cm/res/res/values/config.xml8
2 files changed, 8 insertions, 24 deletions
diff --git a/overlay/cmsdk/cm/res/res/values/config.xml b/overlay/cmsdk/cm/res/res/values/config.xml
deleted file mode 100644
index df90ff2..0000000
--- a/overlay/cmsdk/cm/res/res/values/config.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 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>
-
- <!-- Enable the option to check proximity sensor when deciding whether to
- turn the screen on
- NOTE ! - Enable for devices that have a fast response proximity sensor
- -->
- <bool name="config_proximityCheckOnWake">true</bool>
- <integer name="config_proximityCheckTimeout">100</integer>
- <bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
-
-</resources>
diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
index 6109958..73005fd 100644
--- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml
+++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml
@@ -25,4 +25,12 @@
Used to decide if the user can set LED brightness -->
<bool name="config_adjustableNotificationLedBrightness">true</bool>
+ <!-- Enable the option to check proximity sensor when deciding whether to
+ turn the screen on
+ NOTE ! - Enable for devices that have a fast response proximity sensor
+ -->
+ <bool name="config_proximityCheckOnWake">true</bool>
+ <integer name="config_proximityCheckTimeout">100</integer>
+ <bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
+
</resources>