vendor_hardware_overlay/Meizu/M2181/AndroidManifest.xml
Andy CrossGate Yan 49a3a607da Add resources for Meizu 18 (M2181)
Change-Id: If1456a505e594a79d99ea11dc0ef1da8100a230e
2021-07-04 04:56:27 +00:00

11 lines
456 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.meizu.m2181"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*eizu/meizu_18*"
android:priority="2181"
android:isStatic="true" />
</manifest>