blob: 198f9975a603a9d28fe3c4fc6d11ffb467fff579 [file] [log] [blame]
Dil3mm41ab16912018-08-28 15:08:50 +00001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.dil3mm4.huawei.PRA"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
6 android:requiredSystemPropertyName="ro.hw.oemName"
7 android:requiredSystemPropertyValue="+PRA*"
Pierre-Hugues Husson6cf14792018-08-29 14:05:53 +02008 android:priority="33"
Dil3mm41ab16912018-08-28 15:08:50 +00009 android:isStatic="true" />
10</manifest>