Merge pull request #285 from GuilianoS/master

Overlay detection fixed for ASUS_A001D
This commit is contained in:
Pierre-Hugues HUSSON 2020-10-21 22:36:21 +02:00 committed by GitHub
commit 5917c53f96
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="+*ASUS_A001D_2*"
android:requiredSystemPropertyValue="+*ASUS_A001D*"
android:priority="149"
android:isStatic="true" />
</manifest>