aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-09 08:30:26 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-09 08:30:26 +0000
commit8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62 (patch)
treef63574ecee31b2676aa09ba0bd54b31315c9fb44 /app/src/main/res
parent3bb5e83d2e300e9b37c999f65c56195c5351df51 (diff)
downloadinfinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar.gz
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar.bz2
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar.lz
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar.xz
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.tar.zst
infinity-for-reddit-8ba7bd7b7e0ce4bf1cdbc4276f3ee9f4118a3d62.zip
Handle no browser installed when opening links and no apps are eligible to share when sharing.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 900c8750..cc7d32e1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -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>