android_vendor_hardware_ove.../HW-IMS/AndroidManifest.xml
2019-03-31 19:22:58 +02:00

11 lines
431 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.hwims"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="persist.sys.phh.ims.hw"
android:requiredSystemPropertyValue="true"
android:priority="77"
android:isStatic="true" />
</manifest>