Merge pull request #45 from RealJohnGalt/master

Moto/G6: use ro.vendor.product.name
This commit is contained in:
Pierre-Hugues HUSSON 2018-12-03 22:11:48 +01:00 committed by GitHub
commit f348b39700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+motorola/ali_*"
android:requiredSystemPropertyName="ro.vendor.product.name"
android:requiredSystemPropertyValue="ali_retail"
android:priority="43"
android:isStatic="true" />
</manifest>