Fix priorities uniqueness

Checked with grep -rFh android:priority |sort -n |uniq -c
diff --git a/Huawei/Overlay/AndroidManifest.xml b/Huawei/Overlay/AndroidManifest.xml
index 1cb0d78..b8cb9fd 100644
--- a/Huawei/Overlay/AndroidManifest.xml
+++ b/Huawei/Overlay/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="persist.sys.overlay.huawei"
                 android:requiredSystemPropertyValue="true"
-		android:priority="4"
+		android:priority="31"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/P20Lite/AndroidManifest.xml b/Huawei/P20Lite/AndroidManifest.xml
index bbf2983..4c9ce3d 100644
--- a/Huawei/P20Lite/AndroidManifest.xml
+++ b/Huawei/P20Lite/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.product.board"
                 android:requiredSystemPropertyValue="ANE"
-		android:priority="20"
+		android:priority="30"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi3660/DUK/AndroidManifest.xml b/Huawei/hi3660/DUK/AndroidManifest.xml
index 985583a..cf5d360 100644
--- a/Huawei/hi3660/DUK/AndroidManifest.xml
+++ b/Huawei/hi3660/DUK/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
 	        android:requiredSystemPropertyName="ro.hw.oemName"
 		android:requiredSystemPropertyValue="+DUK*"
-		android:priority="4"
+		android:priority="29"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi3660/STF/AndroidManifest.xml b/Huawei/hi3660/STF/AndroidManifest.xml
index 8cd47a9..15872e2 100644
--- a/Huawei/hi3660/STF/AndroidManifest.xml
+++ b/Huawei/hi3660/STF/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
 	        android:requiredSystemPropertyName="ro.hw.oemName"
 		android:requiredSystemPropertyValue="+STF*"
-		android:priority="4"
+		android:priority="28"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi3660/VTR/AndroidManifest.xml b/Huawei/hi3660/VTR/AndroidManifest.xml
index 01b680b..b235172 100644
--- a/Huawei/hi3660/VTR/AndroidManifest.xml
+++ b/Huawei/hi3660/VTR/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
 	        android:requiredSystemPropertyName="ro.hw.oemName"
 		android:requiredSystemPropertyValue="+VTR*"
-		android:priority="4"
+		android:priority="38"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/ANE/AndroidManifest.xml b/Huawei/hi6250/ANE/AndroidManifest.xml
index 822c05c..c7042cb 100644
--- a/Huawei/hi6250/ANE/AndroidManifest.xml
+++ b/Huawei/hi6250/ANE/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+ANE*"
-		android:priority="4"
+		android:priority="37"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/BND/AndroidManifest.xml b/Huawei/hi6250/BND/AndroidManifest.xml
index 2b1c33c..56b1ad4 100644
--- a/Huawei/hi6250/BND/AndroidManifest.xml
+++ b/Huawei/hi6250/BND/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+BND*"
-		android:priority="4"
+		android:priority="35"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/LLD/AndroidManifest.xml b/Huawei/hi6250/LLD/AndroidManifest.xml
index 0c5bacd..311ebcc 100644
--- a/Huawei/hi6250/LLD/AndroidManifest.xml
+++ b/Huawei/hi6250/LLD/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+LLD*"
-		android:priority="4"
+		android:priority="32"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/PRA/AndroidManifest.xml b/Huawei/hi6250/PRA/AndroidManifest.xml
index 11b0120..198f997 100644
--- a/Huawei/hi6250/PRA/AndroidManifest.xml
+++ b/Huawei/hi6250/PRA/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+PRA*"
-		android:priority="4"
+		android:priority="33"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/RNE/AndroidManifest.xml b/Huawei/hi6250/RNE/AndroidManifest.xml
index 502d665..62ed380 100644
--- a/Huawei/hi6250/RNE/AndroidManifest.xml
+++ b/Huawei/hi6250/RNE/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+RNE*"
-		android:priority="4"
+		android:priority="36"
 		android:isStatic="true" />
 </manifest>
diff --git a/Huawei/hi6250/WAS/AndroidManifest.xml b/Huawei/hi6250/WAS/AndroidManifest.xml
index 3a3ae84..497e7f5 100644
--- a/Huawei/hi6250/WAS/AndroidManifest.xml
+++ b/Huawei/hi6250/WAS/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.hw.oemName"
                 android:requiredSystemPropertyValue="+WAS*"
-		android:priority="4"
+		android:priority="34"
 		android:isStatic="true" />
 </manifest>
diff --git a/Xiaomi/MiPad4/AndroidManifest.xml b/Xiaomi/MiPad4/AndroidManifest.xml
index 49ed11f..68341c9 100644
--- a/Xiaomi/MiPad4/AndroidManifest.xml
+++ b/Xiaomi/MiPad4/AndroidManifest.xml
@@ -5,6 +5,6 @@
         <overlay android:targetPackage="android"
                 android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
 		android:requiredSystemPropertyValue="+Xiaomi/clover*"
-		android:priority="19"
+		android:priority="27"
 		android:isStatic="true" />
 </manifest>