blob: b949456f2d55d95db50b1bd1d136527ab70ca434 [file] [log] [blame]
Pierre-Hugues Hussonf101c452018-06-11 22:43:20 +02001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.oneplus.op6"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
Pierre-Hugues Husson191d9532018-10-21 19:41:17 +02006 android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
7 android:requiredSystemPropertyValue="+OnePlus/OnePlus6/OnePlus6"
Pierre-Hugues Hussonf101c452018-06-11 22:43:20 +02008 android:priority="11"
9 android:isStatic="true" />
10</manifest>