summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorYue Liang <yueliang@codeaurora.org>2016-10-25 15:32:17 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-25 21:54:37 -0700
commita5742fb6c6a1a08db85c363642c54d100c6d1fd2 (patch)
tree3eabe7b5c55195c966ce3f1f66480f8da995a12f /res/values
parentd1b92db3575176939431271ea72319de7aa344ca (diff)
downloadandroid_packages_apps_Dialer-a5742fb6c6a1a08db85c363642c54d100c6d1fd2.tar.gz
android_packages_apps_Dialer-a5742fb6c6a1a08db85c363642c54d100c6d1fd2.tar.bz2
android_packages_apps_Dialer-a5742fb6c6a1a08db85c363642c54d100c6d1fd2.zip
Dialer: WFC UI requiment: Notification and Dialog for network
If under no available network situation that will show a notification and dialog, user will come into WIFI settings menu by the positive button which in the dialog. Calling by WFC, if there is no available network and already have ACCESS_COARSE_LOCATION permission, show those. Change-Id: I9a2da86f3575c7d7670167fbf66756ce221b8ae9 CRs-Fixed: 1081377
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 48d49af2f..98d9dc692 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1160,7 +1160,8 @@ e mode.</string>
<string name="call_data_info_description">Voice call usage time and data usage time</string>
<string name="alert_call_over_wifi">Calls will be made over Wi-Fi.</string>
<string name="alert_call_no_cellular_coverage">No cellular network available. Connect to available Wi-Fi to make calls.</string>
- <string name="alert_user_connect_to_wifi_for_call">Connect to Wi-Fi to make calls.</string>
+ <string name="alert_user_connect_to_wifi_for_call">Connect to Wi-Fi to make calls</string>
+ <string name="alert_user_connect_to_wifi_for_call_text">Tap here to view available networks</string>
<string name="missing_account_type">(No type)</string>
<string name="missing_account_name">(No name)</string>
</resources>