summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/webapps
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-12-18 16:07:36 -0800
committerScott Main <smain@google.com>2012-12-21 16:19:52 -0800
commitdc2c1a0f80042c42768fd868791e21412c3839b9 (patch)
tree10576a7b60b9d0f554d6bada868143204c2012f4 /docs/html/guide/webapps
parent5b03460fcb69394b984fad1a63e244f9aa798886 (diff)
downloadframeworks_base-dc2c1a0f80042c42768fd868791e21412c3839b9.zip
frameworks_base-dc2c1a0f80042c42768fd868791e21412c3839b9.tar.gz
frameworks_base-dc2c1a0f80042c42768fd868791e21412c3839b9.tar.bz2
docs: add explanation of default permissions to Permission guide
and fix code snippet error in WebView guide. external issue:41441 Change-Id: I5d021e4f04245385b62e992baebd702814fff930
Diffstat (limited to 'docs/html/guide/webapps')
-rw-r--r--docs/html/guide/webapps/webview.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/webapps/webview.jd b/docs/html/guide/webapps/webview.jd
index 9ea0a10..ce7fe27 100644
--- a/docs/html/guide/webapps/webview.jd
+++ b/docs/html/guide/webapps/webview.jd
@@ -162,7 +162,7 @@ public class WebAppInterface {
Context mContext;
/** Instantiate the interface and set the context */
- JavaScriptInterface(Context c) {
+ WebAppInterface(Context c) {
mContext = c;
}