android_vendor_hardware_ove.../OnePlus/Ace2/AndroidManifest.xml
2023-02-12 15:25:16 +00:00

11 lines
455 B
XML

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