miatoll: Import Keyhandler from Davinci

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
This commit is contained in:
Ramii ahmed
2021-01-28 17:22:22 -08:00
committed by Aryan Gupta
parent 39e358f4e3
commit b0daca0e93
6 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Keep keyhandler constructor
-keep public class * implements com.android.internal.os.DeviceKeyHandler {
public <init>(android.content.Context);
}