vendor_hardware_overlay/Huawei/kirin970/COR/AndroidManifest.xml
2020-10-17 10:13:34 +08:00

11 lines
429 B
XML

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