aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2018-06-29 14:04:07 +0200
committerNanhumly <admin@warbler.cc>2023-05-23 04:59:13 +0000
commitcac777088b2601b4b8b1b3ff1ca141f0fb592d90 (patch)
treea4d3d2580116e9441dc316ef3e98812978efa9b6
parentee7d6694b7797a6af6ef6a677ba9970c10357234 (diff)
msm8996-common: Move fingerprint location overlay to overlay-lineage
Change-Id: I464ab099877cd215ad04bd7408134f85c6ee9b88
-rw-r--r--overlay-lineage/packages/apps/Settings/res/values/config.xml26
-rw-r--r--overlay/packages/apps/Settings/res/values/config.xml8
2 files changed, 26 insertions, 8 deletions
diff --git a/overlay-lineage/packages/apps/Settings/res/values/config.xml b/overlay-lineage/packages/apps/Settings/res/values/config.xml
new file mode 100644
index 0000000..90bc788
--- /dev/null
+++ b/overlay-lineage/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2020-2022 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.
+ 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Defines the location of the fingerprint sensor on the device
+ 0 = back
+ 1 = front
+ 2 = left side
+ 3 = right side
+ -->
+ <integer name="config_fingerprintSensorLocation">1</integer>
+</resources>
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 00b8b54..d2c41fd 100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -20,14 +20,6 @@
<bool name="config_voice_over_lte_enabled">true</bool>
<!-- Config voice over lte in wireless settings end -->
- <!-- Defines the location of the fingerprint sensor on the device
- 0 = back
- 1 = front
- 2 = left side
- 3 = right side
- -->
- <integer name="config_fingerprintSensorLocation">1</integer>
-
<!-- does the device have multi color led support or only
a fixed set of led colors -->
<bool name="config_has_multi_color_led">false</bool>