e3q: Get udfps working
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
This commit is contained in:
13
FrameworksResTarget/AndroidManifest.xml
Normal file
13
FrameworksResTarget/AndroidManifest.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
Reference in New Issue
Block a user