diff options
| author | 2016-11-08 18:27:50 +0000 | |
|---|---|---|
| committer | 2016-11-08 18:27:51 +0000 | |
| commit | 4296aa3b2bc742c54d2376f833f755fc9c1370ee (patch) | |
| tree | a01d576bdcbf4a7194a9646fa7fbef078ce53481 | |
| parent | 13c76b77dc149386915eed5c0e22e97d9dc702cb (diff) | |
| parent | 27a88b32c9b3c06309b5eab8dae580b512378fdc (diff) | |
Merge "Add voip audio mode configuration for ims call"
| -rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a8be8d34e19a..7116007b7d93 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2165,6 +2165,9 @@ provisioning, availability etc --> <bool name="config_carrier_wfc_ims_available">false</bool> + <!-- Whether to use voip audio mode for ims call --> + <bool name="config_use_voip_mode_for_ims">false</bool> + <bool name="config_networkSamplingWakesDevice">true</bool> <string-array translatable="false" name="config_cdma_home_system" /> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 6f2822bd2d98..e37680183563 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2195,6 +2195,7 @@ <java-symbol type="bool" name="config_carrier_vt_available" /> <java-symbol type="bool" name="config_device_wfc_ims_available" /> <java-symbol type="bool" name="config_carrier_wfc_ims_available" /> + <java-symbol type="bool" name="config_use_voip_mode_for_ims" /> <java-symbol type="attr" name="touchscreenBlocksFocus" /> <java-symbol type="layout" name="resolver_list_with_default" /> <java-symbol type="string" name="whichApplicationNamed" /> |