[Xiaomi Mi Mix 2S] 8.0 stock rom doesnt have ro.vendor.product.device

This commit is contained in:
Pierre-Hugues Husson 2018-06-15 15:00:31 +02:00
parent 05b4d892f6
commit 508f156ea3

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.device"
android:requiredSystemPropertyValue="polaris"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Xiaomi/polaris"
android:priority="13"
android:isStatic="true" />
</manifest>