Add Huawei IMS overlay

Add overlay to add VoLTE under Huawei hi6250. Set config_ims_mmtel_package to com.huawei.ims
This commit is contained in:
Raphael Mounier 2022-01-07 13:49:41 +01:00
parent c9fa77b1ca
commit ef1a1294a3
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-telephony-hw-ims
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

View file

@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.hwims_telephony"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.phone"
android:priority="79"
/>
</manifest>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="config_ims_mmtel_package">com.huawei.ims</string>
</resources>