vendor_hardware_overlay/OnePlus/OP6T-SystemUI/AndroidManifest.xml
Ben Grisdale 8b9b1b4d53 .
2018-12-28 16:32:15 +00:00

10 lines
464 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.op6t.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlus6T/OnePlus6T*"
android:priority="60" />
</manifest>