vendor_hardware_overlay/CAF-IMS/AndroidManifest.xml

11 lines
433 B
XML

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