everpal:Match poco m4 5g and china variants

This commit is contained in:
Jax Lee 2023-02-11 23:15:50 +08:00
parent f0dec2fbd7
commit 3103079f2c
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.product.vendor.device"
android:requiredSystemPropertyValue="evergo"
android:requiredSystemPropertyValue="*everg*"
android:priority="197"
android:isStatic="true" />
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="evergo"
android:requiredSystemPropertyValue="*everg*"
android:priority="197"
android:isStatic="true" />
</manifest>