android_vendor_hardware_ove.../OnePlus/Ace2V/AndroidManifest.xml
2023-03-15 12:20:40 +00:00

11 lines
447 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.ace2v"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="22823"
android:priority="2282"
android:isStatic="true" />
</manifest>