android_vendor_hardware_ove.../Infinix/ZeroXPro/AndroidManifest.xml

10 lines
500 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.infinix.zeroxpro"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(Infinix-X6810|Infinix-X6811*)"
android:priority="447"
android:isStatic="true" />
</manifest>