android_vendor_hardware_ove.../Huawei/kirin970/BKL/AndroidManifest.xml
2018-12-30 13:34:48 +01:00

11 lines
428 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.huawei.BKL"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.hw.oemName"
android:requiredSystemPropertyValue="+BKL*"
android:priority="42"
android:isStatic="true" />
</manifest>