blob: 85ca0be737233afd79d041a6ee62e7407366cf86 [file] [log] [blame]
Tadibb3ed512018-06-25 22:31:48 +02001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.xiaomi.mi8se"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
6 android:requiredSystemPropertyName="ro.vendor.product.device"
7 android:requiredSystemPropertyValue="sirius"
8 android:priority="16"
9 android:isStatic="true" />
10</manifest>