Update AndroidManifest.xml

This commit is contained in:
GodcraftPlata 2019-06-23 12:26:47 -05:00 committed by GitHub
parent 320ddb30cd
commit ac59477533
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.product.name"
android:requiredSystemPropertyValue="rhannah_retail"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="motorola/hannah_t/hannah:8.0.0/OCP27.91-150-8/2:user/release-keys"
android:priority="88"
android:isStatic="true" />
</manifest>