android_vendor_hardware_ove.../Huawei/hi3660/DUK/AndroidManifest.xml
Pierre-Hugues Husson 8daa303192 Fix priorities uniqueness
Checked with grep -rFh android:priority |sort -n |uniq -c
2018-08-29 14:05:53 +02:00

11 lines
397 B
XML

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