android_vendor_hardware_ove.../OnePlus/Nord4/AndroidManifest.xml
Andy CrossGate Yan 20db43b0d4 Add resources for OnePlus Nord 4
Change-Id: I2db85884220058d4834c62c2a85f93e894f5f564
2024-08-17 21:25:58 +08:00

10 lines
447 B
XML

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