vendor_hardware_overlay/OnePlus/N2/AndroidManifest.xml
Andy CrossGate Yan fa1f3e1a49 Support OnePlus Nord 2T using Nord 2's resources
Change-Id: I0655cbef4423a2527ce8c7089d7ffdbb9e490878
2022-05-20 08:22:29 +00:00

11 lines
465 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.n2"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20827|20831|21881|21882)"
android:priority="2083"
android:isStatic="true" />
</manifest>