android_vendor_hardware_ove.../Huawei/hi3660/SHT/AndroidManifest.xml
2021-06-14 10:59:08 -04:00

11 lines
397 B
XML

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