Handle no browser installed when opening links and no apps are eligible to share when sharing.

This commit is contained in:
Alex Ning
2019-09-09 16:30:26 +08:00
parent 3bb5e83d2e
commit 8ba7bd7b7e
5 changed files with 183 additions and 186 deletions

View File

@@ -188,6 +188,7 @@
<string name="open_link_with">Open link with</string>
<string name="no_browser_found">No browser found</string>
<string name="no_activity_found_for_share">There is no app that can handle the share action</string>
<string name="archived_post_vote_unavailable">Archived post. Vote unavailable.</string>
<string name="archived_post_comment_unavailable">Archived post. Comment unavailable.</string>
@@ -301,4 +302,6 @@
<string name="no_image_path_received">No image path received</string>
<string name="no_video_path_received">No video path received</string>
<string name="cannot_handle_intent">Could not handle the share request</string>
<string name="share">Share</string>
</resources>