android_vendor_hardware_ove.../Unihertz/Jelly_Max-SystemUI/AndroidManifest.xml
Peter Cai 94445cc536 Add overlay for Unihertz Jelly Max
Most stuff already available in vendor overlay is not included.
2024-10-05 09:28:22 -04:00

10 lines
489 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.unihertz.jelly_max.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Unihertz/Jelly_Max*"
android:priority="2490"
android:isStatic="true" />
</manifest>