diff options
| author | razorloves <razorloves@gmail.com> | 2021-06-13 21:28:01 -0500 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-03-26 18:35:13 +0200 |
| commit | f33d6e1705d387f651cccc0bf38bbffe22c4b303 (patch) | |
| tree | 59e45659b27a6196b61321cd323a9a8e44b3d884 /overlay-lineage | |
| parent | 84f7d9f7693d8a5651157668b4207fac48b19a03 (diff) | |
b4s4: Allow 3rd party apps to use fingerprint gestures
* Also, this is set to true in pixel stock roms.
Change-Id: I7f08c640452f169c3e403c7af20ca61e7e90ca5c
Diffstat (limited to 'overlay-lineage')
| -rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 00000000..ad0397e5 --- /dev/null +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2017, The Android Open Source 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"> + + <!-- Specify if the fingerprint hardware support gestures--> + <bool name="config_fingerprintSupportsGestures">true</bool> + +</resources> |
