Tadi | 20d49c0 | 2018-08-27 19:41:24 +0200 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
2 | package="me.phh.treble.overlay.xiaomi.pocof1" | ||||
3 | android:versionCode="1" | ||||
4 | android:versionName="1.0"> | ||||
5 | <overlay android:targetPackage="android" | ||||
6 | android:requiredSystemPropertyName="ro.vendor.product.device" | ||||
7 | android:requiredSystemPropertyValue="beryllium" | ||||
8 | android:priority="26" | ||||
9 | android:isStatic="true" /> | ||||
10 | </manifest> |