Samsung Galaxy A20: Fix fingerprint detection on some A20 devices

This commit is contained in:
TBM13 2023-01-11 14:01:26 -03:00
parent 6e11bd503d
commit 83d2fffe89
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+(*samsung/a20dd/a20*|samsung/a20/a20*)"
android:requiredSystemPropertyValue="+samsung/a20*/a20:*"
android:priority="660"
android:isStatic="true" />
</manifest>