android_vendor_hardware_ove.../Moto/G8/AndroidManifest.xml
Andy CrossGate Yan 471967bcfe Add resources for Moto G8 (rav)
See comment for fixing notch behaviour - thanks @TadiT7

Change-Id: Ife970f104de10648399252c6dbad645538e55da0
2021-04-30 10:59:32 +02:00

11 lines
449 B
XML

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