Pierre-Hugues Husson | f101c45 | 2018-06-11 22:43:20 +0200 | [diff] [blame] | 1 | <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" | ||||
6 | android:requiredSystemPropertyName="ro.vendor.product.device" | ||||
7 | android:requiredSystemPropertyValue="OnePlus6" | ||||
8 | android:priority="11" | ||||
9 | android:isStatic="true" /> | ||||
10 | </manifest> |