vendor_hardware_overlay/Moto/E5/AndroidManifest.xml
2019-12-15 17:15:15 -03:00

15 lines
539 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.e5"
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="nora_row"
android:priority="127"
android:isStatic="true" />
</manifest>