android_vendor_hardware_ove.../Unihertz/Jelly2/AndroidManifest.xml
2021-07-08 16:59:44 +03:00

11 lines
460 B
XML

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