vendor_hardware_overlay/Moto/G31/AndroidManifest.xml
2022-03-21 20:26:46 +01:00

11 lines
452 B
XML

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