vendor_hardware_overlay/Moto/G6/AndroidManifest.xml
2018-11-01 12:01:17 +01:00

11 lines
449 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.moto.g6"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+motorola/ali_*"
android:priority="43"
android:isStatic="true" />
</manifest>