[OP6] Match also on pie vendor

This commit is contained in:
Pierre-Hugues Husson 2018-10-21 19:41:17 +02:00
parent 655dfabb91
commit 6cbc5060ef

View file

@ -3,8 +3,8 @@
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<overlay android:targetPackage="android" <overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.device" android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="OnePlus6" android:requiredSystemPropertyValue="+OnePlus/OnePlus6/OnePlus6"
android:priority="11" android:priority="11"
android:isStatic="true" /> android:isStatic="true" />
</manifest> </manifest>