Fix empty account labels in airplane mode
Use a default account label if the account label from Telecom is empty.
Bug: 27240429
Change-Id: Ifd4a0fee304ebc5b704e48c5de989668d84a327b
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d231620..4df32d6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -139,6 +139,8 @@
<string name="phone_accounts_make_sip_calls_with">Make SIP calls with</string>
<!-- Entry in dialog to "ask first" for accounts when making a call -->
<string name="phone_accounts_ask_every_time">Ask first</string>
+ <!-- Account label for when a SIM account has no service (i.e. airplane mode) -->
+ <string name="phone_accounts_default_account_label">No network available</string>
<!-- Label for heading of the per-account settings section in the phone accounts settings
screen. -->