mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 04:27:16 +09:00
sm6250-common: overlay: Enable IWLAN assisted mode
Add qti.data.iwlan package Enable IWLAN HAL Bug: 130182008 Test: WFC sanity Change-Id: Icd8b0ff567df13b7efd3ce8fd7fc768c733ac489
This commit is contained in:
parent
adc6dc7c54
commit
9c57868dfc
@ -198,6 +198,17 @@
|
|||||||
provisioning, availability etc -->
|
provisioning, availability etc -->
|
||||||
<bool name="config_carrier_wfc_ims_available">true</bool>
|
<bool name="config_carrier_wfc_ims_available">true</bool>
|
||||||
|
|
||||||
|
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
|
||||||
|
empty string is passed in -->
|
||||||
|
<string name="config_wlan_data_service_package">vendor.qti.iwlan</string>
|
||||||
|
|
||||||
|
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
|
||||||
|
empty string is passed in -->
|
||||||
|
<string name="config_wlan_network_service_package">vendor.qti.iwlan</string>
|
||||||
|
|
||||||
|
<!-- Telephony qualified networks service package name to bind to by default. -->
|
||||||
|
<string name="config_qualified_networks_service_package">vendor.qti.iwlan</string>
|
||||||
|
|
||||||
<!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
|
<!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
|
||||||
<bool name="config_dynamic_bind_ims">true</bool>
|
<bool name="config_dynamic_bind_ims">true</bool>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user