
Before enrolling your fingerprint run this command: echo "fod_enable,1,1,0" > /sys/devices/virtual/sec/tsp/cmd You might have to try enrolling multiple times if it doesn't work the first try Change-Id: I3acf48ebef74cd00205e3e47572ed73a9faa37d9
14 satır
363 B
XML
14 satır
363 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="android.overlay.target">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="500"
|
|
android:targetPackage="android"/>
|
|
</manifest>
|