android_vendor_hardware_ove.../Infinix/Note30-SystemUI/AndroidManifest.xml
Rama Bondan Prakoso 5fe3d9fdda Add overlays for Infinix Note 30/Pro (X6833B/X678B)
rework:
Add overlay
Add SystemUI Overlay
Declare SFPS

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2024-02-01 22:50:47 +08:00

11 lines
508 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.infinix.note30.systemui"
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" />
</manifest>