blob: e8a371211493d887b579ece07c60bb093535d5cb [file] [log] [blame]
Pierre-Hugues Husson4905bcc2018-06-14 21:44:35 +02001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.xiaomi.mimix2s"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
Pierre-Hugues Husson508f1562018-06-15 15:00:31 +02006 android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
Song Fuchangf62647e2018-06-17 22:54:50 +08007 android:requiredSystemPropertyValue="+Xiaomi/polaris*"
Pierre-Hugues Husson4905bcc2018-06-14 21:44:35 +02008 android:priority="13"
9 android:isStatic="true" />
10</manifest>