android_vendor_hardware_ove.../Unihertz/TitanpocketEEA/AndroidManifest.xml
2023-03-13 13:43:40 +01: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="177"
android:isStatic="true" />
</manifest>