android_vendor_hardware_ove.../OnePlus/Ace3/AndroidManifest.xml
Andy CrossGate Yan fc790f56fc Add resources for OnePlus Ace 3 / 12R
Change-Id: Ibb0d814e4b7f9bf15a3e8e14f3f41cdbaf275f91
2024-02-01 22:50:58 +08:00

10 lines
455 B
XML

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