[OP6] Match also on pie vendor
diff --git a/OnePlus/OP6/AndroidManifest.xml b/OnePlus/OP6/AndroidManifest.xml
index 5e3bfd9..b949456 100644
--- a/OnePlus/OP6/AndroidManifest.xml
+++ b/OnePlus/OP6/AndroidManifest.xml
@@ -3,8 +3,8 @@
         android:versionCode="1"
         android:versionName="1.0">
         <overlay android:targetPackage="android"
-                android:requiredSystemPropertyName="ro.vendor.product.device"
-                android:requiredSystemPropertyValue="OnePlus6"
+                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+		android:requiredSystemPropertyValue="+OnePlus/OnePlus6/OnePlus6"
 		android:priority="11"
 		android:isStatic="true" />
 </manifest>