vendor_hardware_overlay/Huawei/kirin970/CLT/AndroidManifest.xml

11 lines
428 B
XML

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