vendor_hardware_overlay/Moto/E6Plus/AndroidManifest.xml
2022-03-18 22:27:59 -06:00

15 lines
549 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.e6plus"
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="+*pokerp*"
android:priority="498"
android:isStatic="true" />
</manifest>