android_vendor_hardware_ove.../Huawei/kirin710/MAR/AndroidManifest.xml
Raphael Mounier 9e4af06e61 Add MAR overlay
MAR is codename of Huawei P30 lite (kirin710)
2023-03-03 17:32:09 +01:00

11 lines
418 B
XML

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