android_vendor_hardware_ove.../Huawei/kirin710/JKM/AndroidManifest.xml
Ryker Lim 82c9940e90
Add the Overlay for Huawei JKM
Add the Overlay for Huawei JKM, the test model is JKM-LX2, it works well. Other models should work as long as they are JKM.
2023-04-21 23:06:25 +08:00

11 lines
429 B
XML

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