android_vendor_hardware_ove.../Moto/E5Plus/AndroidManifest.xml
2020-02-08 17:29:57 -05:00

15 lines
549 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
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.product.name"
android:requiredSystemPropertyValue="+*hannah_retail"
android:priority="88"
android:isStatic="true" />
</manifest>