summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authoreui-sang.lim <eui-sang.lim@samsung.com>2015-04-30 10:49:39 +0900
committerEuisang Lim <eui-sang.lim@samsung.com>2015-05-20 11:13:56 +0900
commit395e3d4c0b1830e449320e17d2b1baab991ca793 (patch)
treec9685712f47829ee33c460746cf2508e1bb3fb36 /res
parent50278dabb69191ed8605164936081a1701256cdd (diff)
downloadHTMLViewer-395e3d4c0b1830e449320e17d2b1baab991ca793.tar.gz
Implement shouldOverrideUrlLoading to open hyperlink on HTMLViewer.
Since WebViewClient was set to WebView, hyperlink has not been working on HTMLViewer because WebViewClient has empty shouldOverrideUrlLoading. Therefore, copied shouldOverrideUrlLoading from WebViewContentsClientAdapter.java in Android WebView Opensource. bug: https://code.google.com/p/android/issues/detail?id=170578 Change-Id: I8ad0584c72be2f96ff88901f6d031144d4a98b38 Signed-off-by: Euisang Lim <eui-sang.lim@samsung.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0c52618..5f3a124 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,5 +17,6 @@
<resources>
<!-- Title of the HTML Viewer activity. -->
<string name="app_label">HTML Viewer</string>
+ <string name="cannot_open_link">No application can open this link.</string>
</resources>