diff options
Diffstat (limited to 'overlay-lineage')
-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> |