android_vendor_hardware_ove.../Infinix/Note30/AndroidManifest.xml

10 lines
499 B
XML

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