android_vendor_hardware_ove.../Moto/GPure/AndroidManifest.xml
2023-01-24 13:35:24 -05:00

11 lines
454 B
XML

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