summaryrefslogtreecommitdiffstats
path: root/res/values/qticonfig.xml
diff options
context:
space:
mode:
authormengsun <msun@codeaurora.org>2014-09-19 15:54:33 +0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:59 -0600
commit38a8b030365b92180f7df26ad6f33db10001e3a8 (patch)
treea3325d7a500374c323f2bdc5370d1e50a3c596d4 /res/values/qticonfig.xml
parentcd5e688f21b424bc82954245a4de122353bd2b51 (diff)
downloadpackages_apps_InCallUI-38a8b030365b92180f7df26ad6f33db10001e3a8.tar.gz
packages_apps_InCallUI-38a8b030365b92180f7df26ad6f33db10001e3a8.tar.bz2
packages_apps_InCallUI-38a8b030365b92180f7df26ad6f33db10001e3a8.zip
InCallUI: Enable home location feature
Check whether home location provider exist and if yes, query the location. Change-Id: I3229e4dbcab465970a4a6d2590c2c4d41753085b InCallUI: Add home location in status bar There is no home location in status bar. Add home location in status bar. CRs-Fixed: 741067 Change-Id: I2b446aa92e96eefc06a385e338c15257cffe73ce
Diffstat (limited to 'res/values/qticonfig.xml')
-rw-r--r--res/values/qticonfig.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/qticonfig.xml b/res/values/qticonfig.xml
index e2506baa..993c14e6 100644
--- a/res/values/qticonfig.xml
+++ b/res/values/qticonfig.xml
@@ -35,4 +35,8 @@
<string name="notification_action_answer_more">More</string>
<!-- Dtermine whether emergency calls should be marked. -->
<bool name="mark_emergency_call">false</bool>
+ <!-- Condition to check if home location should be enabled or not. -->
+ <bool name="enable_home_location">false</bool>
+ <!-- Flag to display home location on status bar-->
+ <bool name="display_home_location_on_statusbar">false</bool>
</resources>