vendor_hardware_overlay/Huawei/hi6250/WAS/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
418 B
XML

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