55 lines
3 KiB
XML
55 lines
3 KiB
XML
<!--
|
|
~ Copyright (c) 2015, 2016, The Linux Foundation. All rights reserved.
|
|
~
|
|
~ Redistribution and use in source and binary forms, with or without
|
|
~ modification, are permitted provided that the following conditions are
|
|
~ met:
|
|
~ * Redistributions of source code must retain the above copyright
|
|
~ notice, this list of conditions and the following disclaimer.
|
|
~ * Redistributions in binary form must reproduce the above
|
|
~ copyright notice, this list of conditions and the following
|
|
~ disclaimer in the documentation and/or other materials provided
|
|
~ with the distribution.
|
|
~ * Neither the name of The Linux Foundation nor the names of its
|
|
~ contributors may be used to endorse or promote products derived
|
|
~ from this software without specific prior written permission.
|
|
~
|
|
~ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
~ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
|
~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
|
~ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
~ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
~ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
~ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
|
~ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
-->
|
|
<resources>
|
|
<!--
|
|
customize the default value to control Clear-Code feature,
|
|
default value is false, true is for LatamOpenAMX
|
|
-->
|
|
<bool name="def_incallui_clearcode_enabled">false</bool>
|
|
<!-- Config to show/hide call duration in call detail -->
|
|
<bool name="call_duration_enabled">true</bool>
|
|
<!-- Config to enable/disable ims call log -->
|
|
<bool name="ims_call_type_enabled">false</bool>
|
|
<!-- Flag indicating if conference dialer is enabled -->
|
|
<bool name="config_enable_conference_dialer">false</bool>
|
|
<!-- Config to enable/disable conference state display -->
|
|
<bool name="config_conference_call_show_participant_status">false</bool>
|
|
<!-- Config to enable/disable add multi participants -->
|
|
<bool name="add_multi_participants_enabled">false</bool>
|
|
<!-- Config to add participant only in conferencall call-->
|
|
<bool name="add_participant_only_in_conference">false</bool>
|
|
<!-- Config to if show preview before the receiver accepts a show me upgrade video call -->
|
|
<bool name="config_enable_modify_call_preview">false</bool>
|
|
<!-- Config to show/hide HD Icon2 -->
|
|
<bool name="config_show_hd2">false</bool>
|
|
<!-- Config to enalbe call record -->
|
|
<bool name="enable_call_record">false</bool>
|
|
<!-- Determine whether emergency calls should be marked. -->
|
|
<bool name="mark_emergency_call">true</bool>
|
|
</resources>
|