Match build.fingerprint instead of vendor.device

This commit is contained in:
rinmichi 2022-05-10 10:42:13 +08:00
parent 8800b85d0c
commit 9a06cadf68
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(rosemary|secret|maltose)"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+(*edmi/rosemary*|*edmi/secret*|*edmi/maltose*)"
android:priority="934"
android:isStatic="true" />
</manifest>

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(rosemary|secret|maltose)"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+(*edmi/rosemary*|*edmi/secret*|*edmi/maltose*)"
android:priority="671"
android:isStatic="true" />
</manifest>