Add 4G variant compatibility from Stylo 5G overlay

This commit is contained in:
CHIDILights 2022-02-27 23:34:31 +09:00
parent 6c674f4a0c
commit 4667ac2bbe
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="mfh505glm"
android:requiredSystemPropertyValue="+(mfh505glm|fh50lm)"
android:priority="505"
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="mfh505glm"
android:requiredSystemPropertyValue="+(mfh505glm|fh50lm)"
android:priority="505"
android:isStatic="true" />
</manifest>