android_vendor_hardware_ove.../Huawei/kirin710/POT/AndroidManifest.xml
2023-03-03 11:48:31 +01:00

11 lines
418 B
XML

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