summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorFang Yunong <yunong@codeaurora.org>2015-11-24 16:39:40 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-31 19:15:31 -0700
commited1f20a23845611a808aa8777533e0000a9e614e (patch)
tree2c9f2029dc2c645acc4b6d54f7fd8478374fb0fd /res/values/config.xml
parente23f6e299466dfcb268984ec64633f8c28e7aedc (diff)
downloadandroid_packages_apps_Dialer-ed1f20a23845611a808aa8777533e0000a9e614e.tar.gz
android_packages_apps_Dialer-ed1f20a23845611a808aa8777533e0000a9e614e.tar.bz2
android_packages_apps_Dialer-ed1f20a23845611a808aa8777533e0000a9e614e.zip
Dialer: WFC: Add wifi call features.
Add wifi call feature: 1. Call Icon in the Dialer is the Wi-Fi Calling Icon 2. Marquee message apears in the dialer 3. Pop up in the dialer when there is no cellular coverage 4. Drop down message in the dialer when there is no cellular coverage CRs-Fixed: 1039290 Change-Id: I59ad99e03ab54af9a43c562f8115367e9576f891
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 49babee61..1149281a8 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -30,8 +30,6 @@
*/
-->
<resources>
- <bool name="config_regional_call_data_usage_enable">true</bool>
- <bool name="config_regional_pup_no_available_network">true</bool>
- <bool name="config_regional_call_data_usage_enable">false</bool>
<bool name="config_regional_video_call_welcome_dialog">false</bool>
+ <bool name="config_regional_pup_no_available_network">false</bool>
</resources>