vendor_hardware_overlay/Huawei/P20Lite/AndroidManifest.xml

11 lines
430 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.huawei.p20l"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.board"
android:requiredSystemPropertyValue="ANE"
android:priority="20"
android:isStatic="true" />
</manifest>