Merge pull request #481 from CHIDILights/pie

Add 4G variant compatibility from Stylo 5G overlay
This commit is contained in:
Pierre-Hugues HUSSON 2022-02-28 20:53:12 +01:00 committed by GitHub
commit 4808a21299
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.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>