summaryrefslogtreecommitdiffstats
path: root/res/values-mcc460-mnc07
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-mcc460-mnc07
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-mcc460-mnc07')
-rw-r--r--res/values-mcc460-mnc07/qticonfig.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-mcc460-mnc07/qticonfig.xml b/res/values-mcc460-mnc07/qticonfig.xml
index 4bc4a72a..bc710ca5 100644
--- a/res/values-mcc460-mnc07/qticonfig.xml
+++ b/res/values-mcc460-mnc07/qticonfig.xml
@@ -29,4 +29,8 @@
<resources>
<!-- Determine whether emergency calls should be marked. -->
<bool name="mark_emergency_call">true</bool>
+ <!-- Condition to check if home location should be enabled or not. -->
+ <bool name="enable_home_location">true</bool>
+ <!-- Flag to display home location on status bar-->
+ <bool name="display_home_location_on_statusbar">true</bool>
</resources>