summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorZhu Youhua <youhua@codeaurora.org>2016-07-12 13:29:31 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-01 22:39:35 -0700
commit8cb34a6a2c05e7b8b354f64442bb0b033b4a544c (patch)
tree78e752a73c5fa2688a39814c40c4972a9b92a9f9 /res/values
parent1369e9f8a345662f77aaf23c6f47b65a604b18e0 (diff)
downloadandroid_packages_apps_Dialer-8cb34a6a2c05e7b8b354f64442bb0b033b4a544c.tar.gz
android_packages_apps_Dialer-8cb34a6a2c05e7b8b354f64442bb0b033b4a544c.tar.bz2
android_packages_apps_Dialer-8cb34a6a2c05e7b8b354f64442bb0b033b4a544c.zip
Dialer: add video call capability check based on PresenceService
To support video call capability check function in dialer following changes are made: 1. Add presence AIDL to communicate with presence app. 2. Add logic to show/hide an VT icon in call log list view and contact detail view by checking if the contact has the capability for video call. 3. Use flag config_regional_presence_enable to control the feature. Change-Id: Id02b1f445d95cb40c48705fb1f8faecbf348d884 CRs-Fixed: 1039337
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 10b689e07..8b1fa5560 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -142,4 +142,5 @@
<color name="searchview_edittext">#59ffffff</color>
<color name="no_call_log">#42000000</color>
<color name="list_all_call">#d3000000</color>
+ <bool name="config_regional_presence_enable">false</bool>
</resources>