Update AndroidManifest.xml

This commit is contained in:
GodcraftPlata 2019-06-25 20:48:28 -05:00 committed by GitHub
parent ac59477533
commit 75f13f9edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,13 @@
package="me.phh.treble.overlay.moto.e5plus"
android:versionCode="1"
android:versionName="1.0">
<!--
TESTS: Ignore ro.vendor.product.name
Avoid issues with modified vendors
-->
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="motorola/hannah_t/hannah:8.0.0/OCP27.91-150-8/2:user/release-keys"
android:requiredSystemPropertyName="ro.vendor.product.name"
android:requiredSystemPropertyValue="hannah_retail"
android:priority="88"
android:isStatic="true" />
</manifest>