summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorZhu Youhua <youhua@codeaurora.org>2016-09-19 11:07:07 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-25 18:27:38 -0700
commitc5b42694aa6d24a6c31da29074ddea1a1a4adaec (patch)
tree4700223779e3a3a4258bb1da9e4b7f71d10af6ac /res/values
parent0738997dded37605f06adfe7ea9ddf79e1b2906b (diff)
downloadandroid_packages_apps_Dialer-c5b42694aa6d24a6c31da29074ddea1a1a4adaec.tar.gz
android_packages_apps_Dialer-c5b42694aa6d24a6c31da29074ddea1a1a4adaec.tar.bz2
android_packages_apps_Dialer-c5b42694aa6d24a6c31da29074ddea1a1a4adaec.zip
Dialer: fix the runtime exception issue for smartsearch.
Device will throw runtime exception when accountName or accountType is null. Add a default value for the two columns. Change-Id: I70a6dfad001c1cd4fc018fe1054108c3539f6276 CRs-Fixed: 1068330
Diffstat (limited to 'res/values')
-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>