avoid deprecated props
diff --git a/Xiaomi/Mi6X/AndroidManifest.xml b/Xiaomi/Mi6X/AndroidManifest.xml
index 7f916c3..deffbc9 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.product.device"
-                android:requiredSystemPropertyValue="wayne"
+                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+                android:requiredSystemPropertyValue="+Xiaomi/wayne*"
 		android:priority="16"
 		android:isStatic="true" />
 </manifest>
diff --git a/Xiaomi/MiA2/AndroidManifest.xml b/Xiaomi/MiA2/AndroidManifest.xml
index a97ff67..1e4ac88 100644
--- a/Xiaomi/MiA2/AndroidManifest.xml
+++ b/Xiaomi/MiA2/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="jasmine"
+                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+                android:requiredSystemPropertyValue="+Xiaomi/jasmine*"
 		android:priority="16"
 		android:isStatic="true" />
 </manifest>