mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-28 17:07:16 +09:00
https://github.com/ArianK16a/android_device_xiaomi_davinci This tells Inputdispatcher to ignore inputs from our Fingerprint scanner, as that seems to be causing ANRs
12 lines
316 B
XML
12 lines
316 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2021 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:sharedUserId="android.uid.system"
|
|
package="org.lineageos.keyhandler">
|
|
</manifest>
|