android_vendor_hardware_ove.../Infinix/S4/AndroidManifest.xml

10 lines
492 B
XML

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