summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2012-12-05 12:28:48 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-12-05 12:28:48 -0800
commitab3a5d944eb5b39ed00f3422cee691570e05a3ce (patch)
treec76bde0589faca97615453758e3e20324e9ec36b
parentddd75cb1ac225f8ffe8c78a5be8ceb589e0cda27 (diff)
parent40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f (diff)
am 40f7a513: docs: remove minsdkversion for clarity
* commit '40f7a513bd12dd334e75f6aa7e2b59acdb29ba0f': docs: remove minsdkversion for clarity
-rw-r--r--docs/html/guide/webapps/webview.jd3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/guide/webapps/webview.jd b/docs/html/guide/webapps/webview.jd
index bdedefffe922..9ea0a10e27d2 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 &#64;JavascriptInterface} annotation</strong> to any method that you want