android_vendor_hardware_ove.../OnePlus/Nord/AndroidManifest.xml
Andy CrossGate Yan 861aae16d5 Add resources for OnePlus Nord
Change-Id: I268379215305a092218cfb503918a8cc6d41ba3f
2022-09-12 08:16:58 +00:00

11 lines
454 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.nord"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="Nord"
android:priority="2080"
android:isStatic="true" />
</manifest>