diff options
Diffstat (limited to 'docs/html/guide/webapps/webview.jd')
-rw-r--r-- | docs/html/guide/webapps/webview.jd | 2 |
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; } |