summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/qticonfig.xml
diff options
context:
space:
mode:
authorMengjun Leng <mengju@codeaurora.org>2015-11-25 15:06:57 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:18:06 -0600
commitbeee915e8b18aaa64d65c1115b3a2044ae45e775 (patch)
tree7b231f9df75cde93602175e9639181b106e08020 /InCallUI/res/values/qticonfig.xml
parent19a7d877bddc52cc135a4827035193479250d151 (diff)
downloadandroid_packages_apps_Dialer-beee915e8b18aaa64d65c1115b3a2044ae45e775.tar.gz
android_packages_apps_Dialer-beee915e8b18aaa64d65c1115b3a2044ae45e775.tar.bz2
android_packages_apps_Dialer-beee915e8b18aaa64d65c1115b3a2044ae45e775.zip
Dialer: Add control for the call duration display
Add config to display/hide call duration view in call detail activity by MCC/MNC. Change-Id: Idfb29c5b8f7d1f27886e08879a89f422dc2ff687 CRs-Fixed: 943296
Diffstat (limited to 'InCallUI/res/values/qticonfig.xml')
-rw-r--r--InCallUI/res/values/qticonfig.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/InCallUI/res/values/qticonfig.xml b/InCallUI/res/values/qticonfig.xml
index 966e563a5..557fa905a 100644
--- a/InCallUI/res/values/qticonfig.xml
+++ b/InCallUI/res/values/qticonfig.xml
@@ -40,4 +40,6 @@
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>
</resources>