vendor_hardware_overlay/OnePlus/OP10Pro/AndroidManifest.xml
Andy CrossGate Yan ecf1dd2352 Support more variants of OnePlus 10 Pro
Change-Id: Ibbddd478dca9b91a1fd05466e03e61d059672dee
2022-04-17 13:50:19 +00:00

11 lines
464 B
XML

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