summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorFang Yunong <yunong@codeaurora.org>2016-08-08 19:59:47 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:18:41 -0600
commit72e8ce8b2b277c5b44807aa144a4de3947069c18 (patch)
treefcf9efb56f8c7107d8359e128b0a693268048f8e /res/values
parent64e6f251372b4f4982acb63c33ad24b2ff4a6036 (diff)
downloadandroid_packages_apps_Dialer-72e8ce8b2b277c5b44807aa144a4de3947069c18.tar.gz
android_packages_apps_Dialer-72e8ce8b2b277c5b44807aa144a4de3947069c18.tar.bz2
android_packages_apps_Dialer-72e8ce8b2b277c5b44807aa144a4de3947069c18.zip
VideoCall: Show video call welcome dialog
If the device supports video call, when user first launch Dialer, show video call welcome dialog. Change-Id: I78c11778990cb5ccf0e283e14792ca037534fecf CRs-Fixed: 1039355
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml37
-rw-r--r--res/values/strings.xml3
2 files changed, 40 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
new file mode 100644
index 000000000..49babee61
--- /dev/null
+++ b/res/values/config.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ /* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ * * Neither the name of The Linux Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ */
+-->
+<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>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d73d06c7..4f89b7798 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1118,4 +1118,7 @@ e mode.</string>
<string name="no_call_log">No call log</string>
<string name="clear">Clear</string>
<string name="description_clear_search">Clear search</string>
+ <string name="video_call_welcome_title"><b>Welcome to the new Video Calling Dialer</b></string>
+ <string name="video_call_welcome_message">We all love to hear that familiar voice at the end of the line, but talking face-to-face is so much better! Here\'s what you should know to get your real-time (or FaceTime?) connections going: You\'ll need to be on 4G LTE or a Wi-Fi connection The device you\'re calling must also be video calling compatible Video calls use your high speed data You can also upgrade a voice call to a video call Check out <a>https://support.t-mobile.com/docs/DOC-23574</a> for more information.</string>
+ <string name="video_call_welcome_message_repeat">Show this message every time</string>
</resources>