android_vendor_hardware_ove.../OnePlus/AcePro/AndroidManifest.xml
Andy CrossGate Yan b379690ab1 Add resources for OnePlus Ace Pro / 10T
Change-Id: Icfc92ee927233e2a0780ffcf618d6164c7820a72
2022-08-15 06:24:05 +00:00

11 lines
457 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.acepro"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(21841|21842)"
android:priority="2184"
android:isStatic="true" />
</manifest>