Merge pull request #545 from AndyCGYan/add-n2t

Support OnePlus Nord 2T using Nord 2's resources
This commit is contained in:
Pierre-Hugues HUSSON 2022-05-20 10:52:33 +02:00 committed by GitHub
commit e0da687d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20827|20831)"
android:requiredSystemPropertyValue="+(20827|20831|21881|21882)"
android:priority="2083"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20827|20831)"
android:requiredSystemPropertyValue="+(20827|20831|21881|21882)"
android:priority="2083"
android:isStatic="true" />
</manifest>