Merge pull request #175 from GodcraftPlata/master

Fix product name
This commit is contained in:
Pierre-Hugues HUSSON 2020-02-12 10:19:27 +01:00 committed by GitHub
commit 5aeaa4a214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
-->
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.name"
android:requiredSystemPropertyValue="hannah_retail"
android:requiredSystemPropertyValue="+*hannah_retail"
android:priority="88"
android:isStatic="true" />
</manifest>