vendor_hardware_overlay/OnePlus/OP8/AndroidManifest.xml
Andy CrossGate Yan 8a462f63cc Add resources for OnePlus 8 (OnePlus8/TMO)
- Cloned from Realme GT ME
- Tested with OP8 CN ColorOS 12 base
- Glob pattern untested on TMO

Change-Id: I28f3d16b617f3e343a0f2f3227897f639f5f4088
2021-12-07 11:47:39 +08:00

11 lines
469 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.op8"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.odm.device"
android:requiredSystemPropertyValue="+(OnePlus8|OnePlus8TMO)"
android:priority="1982"
android:isStatic="true" />
</manifest>