diff options
author | Bruno Martins <bgcngm@gmail.com> | 2022-10-13 11:03:06 +0100 |
---|---|---|
committer | Nanhumly <admin@warbler.cc> | 2023-05-23 05:01:16 +0000 |
commit | 0b03b90813f48f9bff9ba36ba2b9cf017e88f643 (patch) | |
tree | 08e89c2a80f317ab78f448db20f12ce6dbfd601b | |
parent | cac777088b2601b4b8b1b3ff1ca141f0fb592d90 (diff) |
msm8996-common: overlay-lineage: Indicate that device has front facing fps
The config has changed, migrate to the new one.
Change-Id: I59d2656df3abe4ea518c2097ac1bfe85b6bfcfef
-rw-r--r-- | overlay-lineage/packages/apps/Settings/res/values/config.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/overlay-lineage/packages/apps/Settings/res/values/config.xml b/overlay-lineage/packages/apps/Settings/res/values/config.xml index 90bc788..94ef5ba 100644 --- a/overlay-lineage/packages/apps/Settings/res/values/config.xml +++ b/overlay-lineage/packages/apps/Settings/res/values/config.xml @@ -16,11 +16,6 @@ --> <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> + <!-- Indicates whether device has a front facing fingerprint sensor (not udfps). --> + <bool name="config_is_front_facing_fps" translatable="false">true</bool> </resources> |