change match key
diff --git a/Xiaomi/Mi6X/AndroidManifest.xml b/Xiaomi/Mi6X/AndroidManifest.xml
index a62811f..7f916c3 100644
--- a/Xiaomi/Mi6X/AndroidManifest.xml
+++ b/Xiaomi/Mi6X/AndroidManifest.xml
@@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
- android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+iaomi/wayne*"
+ android:requiredSystemPropertyName="ro.vendor.product.device"
+ android:requiredSystemPropertyValue="wayne"
android:priority="16"
android:isStatic="true" />
</manifest>