diff options
author | Scott Main <smain@google.com> | 2012-12-06 18:58:31 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-12-06 18:58:31 -0800 |
commit | 1a10de0f6be13dcb3630ef1bec86ae0ff6a035e4 (patch) | |
tree | 50f09446a7f83bbe560942938209a206a97ee5ed /docs/html/guide | |
parent | 29d4484dd822d7781da4170f907b8a020eb3e1d0 (diff) | |
parent | 23d8835dc112ef0c65fac41cf1a1a00cb6bc776d (diff) | |
download | frameworks_base-1a10de0f6be13dcb3630ef1bec86ae0ff6a035e4.zip frameworks_base-1a10de0f6be13dcb3630ef1bec86ae0ff6a035e4.tar.gz frameworks_base-1a10de0f6be13dcb3630ef1bec86ae0ff6a035e4.tar.bz2 |
am 23d8835d: am ab3a5d94: am 40f7a513: docs: remove minsdkversion for clarity
* commit '23d8835dc112ef0c65fac41cf1a1a00cb6bc776d':
docs: remove minsdkversion for clarity
Diffstat (limited to 'docs/html/guide')
-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 |