Better handling of exception.
- Show an android toast when play store app is not available
on the device.
- Handle gracefully when exception occurs when enqueueing
a download.
Change-Id: Id3855394138e642b76ef89883960ee66be6c7323
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d50583..fb1ad41 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -76,6 +76,8 @@
<string name="title_bar_loading">Loading\u2026</string>
<!-- Message to be displayed if url character limit exceeds -->
<string name="max_url_character_limit_msg">Max URL limit reached</string>
+ <!-- Message to be displayed when google play store does not exist on the device -->
+ <string name="msg_no_google_play">Sorry, Google Play store app does not exist.</string>
<!-- Menu item -->
<string name="page_info">Page info</string>