vendor_hardware_overlay/Huawei/kirin970/COL/AndroidManifest.xml
xiaoleGun 93a5ae7f27 Add Huawei COL Overlay
Tested and running perfectly
2021-12-12 15:13:22 +01:00

11 lines
429 B
XML

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