Merge pull request #95 from mtsxxx/add_galahad

Add galahad
This commit is contained in:
Pierre-Hugues HUSSON 2024-03-12 20:59:09 +01:00 committed by GitHub
commit a4fccf8398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*edmi/lancelot*"
android:requiredSystemPropertyValue="+(*edmi/lancelot*|*edmi/galahad*)"
android:priority="122"
android:isStatic="true" />
</manifest>
</manifest>

View file

@ -4,7 +4,7 @@
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*edmi/lancelot*"
android:priority="122"
android:isStatic="true" />
</manifest>
android:requiredSystemPropertyValue="+(*edmi/lancelot*|*edmi/galahad*)"
android:priority="122"
android:isStatic="true" />
</manifest>