android_vendor_hardware_ove.../Oukitel/C18_Pro/AndroidManifest.xml
2022-12-30 14:25:15 +02:00

11 lines
445 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oukitel.c18pro"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OUKITEL/C18_Pro*"
android:priority="103"
android:isStatic="true" />
</manifest>