Fixup for OPPO Reno6 on Android 12

Change-Id: I30cc8d6ade9725d8e0f2e50e05f22924fcfae3d4
This commit is contained in:
Andy CrossGate Yan 2021-10-27 15:22:57 +00:00
parent 4c5ca1859f
commit 8b6cea62ef
3 changed files with 7 additions and 6 deletions

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.product.oem"
android:requiredSystemPropertyValue="PEQM00"
android:priority="1812"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="20181"
android:priority="2018"
android:isStatic="true" />
</manifest>

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.oem"
android:requiredSystemPropertyValue="PEQM00"
android:priority="1811"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="20181"
android:priority="2018"
android:isStatic="true" />
</manifest>

View file

@ -48,4 +48,5 @@
</integer-array>
<string name="config_mainBuiltInDisplayCutout">M -540,0 L -540,106 L -401,106 L -401,0 Z</string>
<string name="config_mainBuiltInDisplayCutoutRectApproximation">M -540,0 L -540,106 L -401,106 L -401,0 Z</string>
</resources>