aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfonz93 <fonzino993@gmail.com>2016-05-21 13:49:10 +0200
committerdoc HD <doc.divxm@gmail.com>2016-06-29 10:51:22 +0300
commit1c4b05c7132b034ff1d8a2bee32bfa0ed9c9ce89 (patch)
tree1ea75e78e55a18d9748c1bb057546968051819b9
parentefc7c29cb7ad05cf4277722b954b3486d514d3d7 (diff)
Revert "falcon: Enable proximity check on wake"
This reverts commit 5a761eec1bea65d5b15298d168c2f9aedce78c6b. * They're removing the support for power key, so this has no use Change-Id: I0d864a7b7f63d74e13f801e1b47449e83cd4fc05
-rw-r--r--overlay/vendor/cmsdk/cm/res/res/values/config.xml28
1 files changed, 0 insertions, 28 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 0b737bc..0000000
--- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 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.
-*/
--->
-
-<!-- These resources are around just to allow their values to be customized
- for different hardware and product builds. Do not translate. -->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
- <!-- 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>
-
-</resources>