Skip to content

Commit

Permalink
Merge pull request phhusson#469 from ponces/dev-fix
Browse files Browse the repository at this point in the history
Add required props
  • Loading branch information
phhusson authored Feb 20, 2022
2 parents 12e59cd + 3af0583 commit 591fde8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Nokia/PNX-8.1-X7-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:priority="164" />
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Nokia/Phoenix*"
android:priority="164" />
</manifest>
4 changes: 3 additions & 1 deletion Xiaomi/MiMix3-SystemUI/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:priority="52" />
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*iaomi/perseus*"
android:priority="52" />
</manifest>

0 comments on commit 591fde8

Please sign in to comment.