fingerprint and generic device name
diff --git a/Moto/G6/AndroidManifest.xml b/Moto/G6/AndroidManifest.xml
index 2bfee3e..3256805 100644
--- a/Moto/G6/AndroidManifest.xml
+++ b/Moto/G6/AndroidManifest.xml
@@ -3,8 +3,8 @@
         android:versionCode="1"
         android:versionName="1.0">
         <overlay android:targetPackage="android"
-                android:requiredSystemPropertyName="ro.vendor.product.name"
-                android:requiredSystemPropertyValue="ali_retail"
+                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+                android:requiredSystemPropertyValue="+motorola/ali_*"
 		android:priority="43"
 		android:isStatic="true" />
 </manifest>