android_vendor_hardware_ove.../MBI/S10/AndroidManifest.xml
Andy CrossGate Yan 847b9e2bc6 Add resources for MBI S10
Change-Id: I771aadb0dc2d2e6d4f1760dd9757755d10956098
2021-07-15 15:28:53 +00:00

11 lines
455 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.mbi.s10"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+MBIPhone/S10*"
android:priority="510"
android:isStatic="true" />
</manifest>