diff --git a/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml b/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml
index 5c4db4d9..064b6d0e 100644
--- a/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml
+++ b/Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml
@@ -3,5 +3,7 @@
android:versionCode="1"
android:versionName="1.0">
+ android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+ android:requiredSystemPropertyValue="+Nokia/Phoenix*"
+ android:priority="164" />
diff --git a/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml b/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml
index 209955bc..54ef8eef 100644
--- a/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml
+++ b/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml
@@ -3,5 +3,7 @@
android:versionCode="1"
android:versionName="1.0">
+ android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+ android:requiredSystemPropertyValue="+*iaomi/perseus*"
+ android:priority="52" />