Fix OP6 overlay matching rule

This commit is contained in:
Pierre-Hugues Husson 2018-11-24 18:55:09 +01:00
parent 2b07bfa465
commit 63e01fd364

View file

@ -4,7 +4,7 @@
android:versionName="1.0"> android:versionName="1.0">
<overlay android:targetPackage="android" <overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint" android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlus6/OnePlus6" android:requiredSystemPropertyValue="+OnePlus/OnePlus6/OnePlus6*"
android:priority="11" android:priority="11"
android:isStatic="true" /> android:isStatic="true" />
</manifest> </manifest>