Merge pull request #701 from TBM13/a20

Samsung Galaxy A20: Fix fingerprint detection on some A20 devices
This commit is contained in:
Pierre-Hugues HUSSON 2023-01-11 20:50:48 +01:00 committed by GitHub
commit f38f6a4863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>