diff options
author | Scott Main <smain@google.com> | 2012-12-05 12:25:42 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-12-05 12:25:42 -0800 |
commit | 40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f (patch) | |
tree | ab1ab376597b4eba6ce5d12ff3b684553f995acf /docs | |
parent | 147b01bc637ad8d184bd0aa2d6bf902e69c92107 (diff) | |
download | frameworks_base-40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f.zip frameworks_base-40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f.tar.gz frameworks_base-40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f.tar.bz2 |
docs: remove minsdkversion for clarity
Change-Id: I4ae06f447436ef8170a66a075cc08f1667387133
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/webapps/webview.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/guide/webapps/webview.jd b/docs/html/guide/webapps/webview.jd index bdedeff..9ea0a10 100644 --- a/docs/html/guide/webapps/webview.jd +++ b/docs/html/guide/webapps/webview.jd @@ -174,8 +174,7 @@ public class WebAppInterface { } </pre> -<p class="caution"><strong>Caution:</strong> If you've set either your <a -href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code minSdkVersion}</a> or <a +<p class="caution"><strong>Caution:</strong> If you've set your <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code targetSdkVersion}</a> to 17 or higher, <strong>you must add the {@code @JavascriptInterface} annotation</strong> to any method that you want |