summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-11 08:32:01 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-11 08:32:01 -0700
commit5e6eca1665f435dbad070856abde9757d57581c2 (patch)
tree58f796eb1217d56513cf5fd5d2cc2d5f0d772079 /res/values/strings.xml
parentd944ea7799d713e4b180c46513e08f2121325f7a (diff)
parent412ad2cc272c31162422980cc491a8e0c3675cd6 (diff)
downloadandroid_packages_apps_Dialer-5e6eca1665f435dbad070856abde9757d57581c2.tar.gz
android_packages_apps_Dialer-5e6eca1665f435dbad070856abde9757d57581c2.tar.bz2
android_packages_apps_Dialer-5e6eca1665f435dbad070856abde9757d57581c2.zip
Merge "Dialer: fix the runtime exception issue for smartsearch."
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6d94d8eaa..48d49af2f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1161,4 +1161,6 @@ e mode.</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="missing_account_type">(No type)</string>
+ <string name="missing_account_name">(No name)</string>
</resources>