android_vendor_hardware_ove.../Unihertz/Jelly_Max/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
467 B
XML

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