Dosyalar
android_device_samsung_e1q/FrameworksResTarget/AndroidManifest.xml
David Wronek 7481aba72e 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
2024-12-22 22:25:33 +01:00

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>