vendor_hardware_overlay/Huawei/hi3660/VTR/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.VTR"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.hw.oemName"
android:requiredSystemPropertyValue="+VTR*"
android:priority="38"
android:isStatic="true" />
</manifest>