android_vendor_hardware_ove.../OnePlus/OP6/AndroidManifest.xml

11 lines
443 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.op6"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.device"
android:requiredSystemPropertyValue="OnePlus6"
android:priority="11"
android:isStatic="true" />
</manifest>