diff options
Diffstat (limited to 'res/values/customize.xml')
| -rw-r--r-- | res/values/customize.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/customize.xml b/res/values/customize.xml index 06adaef1..e8497865 100644 --- a/res/values/customize.xml +++ b/res/values/customize.xml @@ -44,4 +44,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <!-- On user confirmation, activity is launched to disable apm. Below config is used for the same --> <bool name="config_telephony_enable_apm_setting_launch">false</bool> + + <!-- Menu to end current active call will be added for the following use case : + Device A and Device B are in active call + Device A receives another call from Device C. Call with Device B goes on Hold + Device A receives another call from Device D. + At this point, menu will be displayed + a) To end active call i.e. Call with C + b) Accept call from Device D. + c) Call with Device B will continue to be on Hold + Below config is used for the same + --> + <bool name="config_end_active_accept_incoming">false</bool> </resources> |
