Skip to content

Commit

Permalink
Check ro.product.vendor.device instead of the device's fingerprint fo…
Browse files Browse the repository at this point in the history
…r Infinix devices
  • Loading branch information
ryenyuku committed Jun 10, 2024
1 parent 1831577 commit cfc7ef8
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions Infinix/Note10/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X693-GL/Infinix-X693*"
android:priority="932"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X693"
android:priority="932"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note10Pro/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X695*/Infinix-X695*"
android:priority="547"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X695"
android:priority="547"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note12v2023-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X676C*/Infinix-X676C*"
android:priority="954"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X676C"
android:priority="954"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note12v2023/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X676C*/Infinix-X676C*"
android:priority="771"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X676C"
android:priority="771"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note30-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X6833B*/Infinix-X6833B*"
android:priority="984"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X6833B"
android:priority="984"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note30/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X6833B*/Infinix-X6833B*"
android:priority="304"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X6833B"
android:priority="304"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note30Pro-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X678B*/Infinix-X678B*"
android:priority="983"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X678B"
android:priority="983"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note30Pro/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X678B*/Infinix-X678B*"
android:priority="346"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X678B"
android:priority="346"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note5/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/H633/Infinix-X604_sprout*"
android:priority="110"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X604_sprout"
android:priority="110"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note7/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X690B-GL/Infinix-X690B*"
android:priority="115"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X690B"
android:priority="115"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Note8/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X692-GL/Infinix-X692*"
android:priority="116"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X692"
android:priority="116"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/S4/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/H624/Infinix-X626*"
android:priority="24"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X626"
android:priority="24"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/Zero6/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*Infinix/Q6361A/Infinix-X620*"
android:priority="99"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X620"
android:priority="99"
android:isStatic="true" />
</manifest>
8 changes: 4 additions & 4 deletions Infinix/ZeroXPro/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Infinix/X6811*/Infinix-X6811*"
android:priority="447"
android:isStatic="true" />
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Infinix-X6811"
android:priority="447"
android:isStatic="true" />
</manifest>

0 comments on commit cfc7ef8

Please sign in to comment.