Add failsafe for invalid shortcuts.

Some launchers may create broken shortcuts, so we just want to have
a smooth fallback in that scenario.

Fixes #8109
This commit is contained in:
Greyson Parrelli
2018-08-15 12:48:04 -07:00
parent 3c6b8bcf9b
commit c49b0348bd
2 changed files with 17 additions and 5 deletions

View File

@@ -685,6 +685,9 @@
<string name="SearchToolbar_search">Search</string>
<string name="SearchToolbar_search_for_conversations_contacts_and_messages">Search for conversations, contacts, and messages</string>
<!-- ShortcutLauncherActivity -->
<string name="ShortcutLauncherActivity_invalid_shortcut">Invalid shortcut</string>
<!-- SingleRecipientNotificationBuilder -->
<string name="SingleRecipientNotificationBuilder_signal">Signal</string>
<string name="SingleRecipientNotificationBuilder_new_message">New message</string>