android_vendor_hardware_ove.../SEC-IMS/AndroidManifest.xml
2021-04-30 10:59:21 +02:00

11 lines
434 B
XML

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