vendor_hardware_overlay/Unihertz/Jelly2-SystemUI/AndroidManifest.xml

11 lines
482 B
XML

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