blob: 7b297ea3b4a42aacc46720ed0d43c0d7c4c69497 [file] [log] [blame]
Tadif91863d2018-07-12 22:30:56 +02001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.xiaomi.redmi6pro"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
6 android:requiredSystemPropertyName="ro.vendor.product.device"
7 android:requiredSystemPropertyValue="sakura"
8 android:priority="19"
9 android:isStatic="true" />
10</manifest>