Files
android_device_samsung_pa3q/overlay/LineageResDm3q/AndroidManifest.xml
chaptsand bcc2a952d8 dm3q: overlay: Disable fingerprint cleanups
The fingerprint driver of the Samsung S23 series does not
support the enumeration function, causing the fingerprint
data to be cleaned up after rebooting.

https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/416652

Change-Id: I3f6e6b2f97402a5aa1cd6e49efee24646aa9d167
2025-07-06 22:25:57 -03:00

13 lines
355 B
XML

<!--
Copyright (C) 2025 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lineageos.platform.overlay.dm3q">
<overlay
android:isStatic="true"
android:priority="700"
android:targetPackage="lineageos.platform" />
</manifest>