avoid mess manufacturer
Xiaomi seems using "Xiaomi" for BSP device and using "xiaomi" for ODM device for now, but I don't know how to name it in the future.
diff --git a/Xiaomi/Mi6X/AndroidManifest.xml b/Xiaomi/Mi6X/AndroidManifest.xml
index 784c179..fe99f14 100644
--- a/Xiaomi/Mi6X/AndroidManifest.xml
+++ b/Xiaomi/Mi6X/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+xiaomi/wayne*"
+ android:requiredSystemPropertyValue="+*iaomi/wayne*"
android:priority="44"
android:isStatic="true" />
</manifest>
diff --git a/Xiaomi/MiA2/AndroidManifest.xml b/Xiaomi/MiA2/AndroidManifest.xml
index 9ed4c10..6710eda 100644
--- a/Xiaomi/MiA2/AndroidManifest.xml
+++ b/Xiaomi/MiA2/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+xiaomi/jasmine*"
+ android:requiredSystemPropertyValue="+*iaomi/jasmine*"
android:priority="45"
android:isStatic="true" />
</manifest>
diff --git a/Xiaomi/MiA2Lite/AndroidManifest.xml b/Xiaomi/MiA2Lite/AndroidManifest.xml
index 64504cb..0b56a66 100644
--- a/Xiaomi/MiA2Lite/AndroidManifest.xml
+++ b/Xiaomi/MiA2Lite/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+xiaomi/daisy*"
+ android:requiredSystemPropertyValue="+*iaomi/daisy*"
android:priority="22"
android:isStatic="true" />
</manifest>
diff --git a/Xiaomi/MiMax3/AndroidManifest.xml b/Xiaomi/MiMax3/AndroidManifest.xml
index d91353b..7c028c8 100644
--- a/Xiaomi/MiMax3/AndroidManifest.xml
+++ b/Xiaomi/MiMax3/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+Xiaomi/nitrogen*"
+ android:requiredSystemPropertyValue="+*iaomi/nitrogen*"
android:priority="46"
android:isStatic="true" />
</manifest>
diff --git a/Xiaomi/Redmi6Pro/AndroidManifest.xml b/Xiaomi/Redmi6Pro/AndroidManifest.xml
index 0cb62ea..e679de4 100644
--- a/Xiaomi/Redmi6Pro/AndroidManifest.xml
+++ b/Xiaomi/Redmi6Pro/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+xiaomi/sakura*"
+ android:requiredSystemPropertyValue="+*iaomi/sakura*"
android:priority="19"
android:isStatic="true" />
</manifest>
diff --git a/Xiaomi/RedmiNote5/AndroidManifest.xml b/Xiaomi/RedmiNote5/AndroidManifest.xml
index ca69515..9c50dd4 100644
--- a/Xiaomi/RedmiNote5/AndroidManifest.xml
+++ b/Xiaomi/RedmiNote5/AndroidManifest.xml
@@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
- android:requiredSystemPropertyValue="+xiaomi/whyred*"
+ android:requiredSystemPropertyValue="+*iaomi/whyred*"
android:priority="47"
android:isStatic="true" />
</manifest>