AI 148183: Add missing android namespace to minSdkVersion
BUG=1819430
Automated import of CL 148183
diff --git a/docs/html/sdk/RELEASENOTES.jd b/docs/html/sdk/RELEASENOTES.jd
index ed82b6b..db93215 100644
--- a/docs/html/sdk/RELEASENOTES.jd
+++ b/docs/html/sdk/RELEASENOTES.jd
@@ -207,7 +207,7 @@
<pre><code><manifest>
...
- <uses-sdk minSdkVersion="2" />
+ <uses-sdk android:minSdkVersion="2" />
...
</manifest></code>
</pre>
@@ -219,11 +219,11 @@
Android 1.1. </p>
<p>If your application uses APIs introduced in Android 1.1 but does not declare
-<code><uses-sdk minSdkVersion="2" /></code>, then it will run properly on
+<code><uses-sdk android:minSdkVersion="2" /></code>, then it will run properly on
Android 1.1 devices but <em>not</em> on Android 1.0 devices. </p>
<p>If your application does not use any new APIs introduced in Android 1.1, you
-can indicate Android 1.0 compatibility by removing <code>minSdkVersion</code> or
+can indicate Android 1.0 compatibility by removing <code>android:minSdkVersion</code> or
setting the attribute to "1". However, before publishing your application, you
must make sure to compile your application against the Android 1.0 system image
(available in the Android 1.0 SDK), to ensure that it builds and functions
@@ -271,7 +271,7 @@
<p>Developers should note that the registration service for MapView is now
active and Google Maps is actively enforcing the Maps API Key requirement.
For information about how to register for a Maps API Key, see
-<a href="{@docRoot}guide/topics/location/geo/mapkey.html">
+<a href="http://code.google.com/android/add-ons/google-apis/mapkey.html">
Obtaining a Maps API Key</a>.</p>
<p><strong>USB Drivers for Windows</strong></p>