vendor_hardware_overlay/Huawei/hi6250/FIG/AndroidManifest.xml
2021-10-29 18:00:20 -03:00

11 lines
418 B
XML

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