@@ -25,7 +25,7 @@ manifest file to the configurations defined by the device, as well as other fact
2525</ol>
2626
2727<h2>See also</h2>
28- <ol>
28+ <ol>
2929<li><a
3030href="{@docRoot}guide/practices/compatibility.html">Android Compatibility</a></li>
3131<li><code><a
@@ -48,7 +48,7 @@ href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></c
4848 <img id="rule" src="{@docRoot}assets/images/grad-rule-qv.png">
4949 <div id="qv-sub-rule">
5050 <img src="{@docRoot}assets/images/icon_market.jpg" style="float:left;margin:0;padding:0 5px;">
51- <h2 style="color:#669999;">Interested in publishing your app on Android Market?</h2>
51+ <h2 style="color:#669999;">Interested in publishing your app on Android Market?</h2>
5252 <p><a id="publish-link"
5353href="http://market.android.com/publish">Go to Android Market</a> to create a publisher
5454account and upload your app.</p></div>
@@ -83,7 +83,7 @@ restrictions and dependencies expressed by the application's
8383manifest file and publishing details. If the application is
8484compatible with the device according to the filter rules, Market displays the
8585application to the user. Otherwise, Market hides your application from search
86- results and category browsing, even if a user specifically requests
86+ results and category browsing, even if a user specifically requests
8787the app by clicking a deep link that points directly to the app's ID within Market..</p>
8888
8989<p class="note"><strong>Note:</strong> When users browse the <a
@@ -108,7 +108,7 @@ available.</p>
108108
109109<p>Most Market filters are triggered by elements within an application's
110110manifest file, <a
111- href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml</a>
111+ href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml</a>
112112(although not everything in the manifest file can trigger filtering).
113113Table 1 lists the manifest elements that you should use to trigger Android
114114Market filtering, and explains how the filtering for each element works.</p>
@@ -173,7 +173,7 @@ default.</li>
173173 </strong>The manifest declares <code><uses-sdk android:minSdkVersion="3"
174174 android:targetSdkVersion="4"></code> and does not include a
175175 <code><supports-screens></code> element.
176- <strong>Result</strong>: Android Market will show the app to users on all
176+ <strong>Result</strong>: Android Market will show the app to users on all
177177 devices, unless other filters apply. </p>
178178 <p><strong>Example 3<br />
179179 </strong>The manifest declares <code><uses-sdk android:minSdkVersion="4"></code>
@@ -402,9 +402,9 @@ country (as determined by SIM carrier) in which paid apps are available.</p></td
402402 visible on devices that support that platform. For details about the NDK and using
403403 native libraries, see <a href="{@docRoot}sdk/ndk/index.html#overview">What is the
404404 Android NDK?</a></p> </tr> <tr>
405- <td valign="top">Forward-Locked Applications</td> <td valign="top"><p>To
406- forward lock an application, set copy protection to "On" when you upload the
407- application to Market . Market will not show copy-protected applications on
405+ <td valign="top">Copy-Protected Applications</td> <td valign="top"><p>To
406+ copy protect an application, set copy protection to "On" when you configure publishing
407+ options for your application. Market will not show copy-protected applications on
408408developer devices or unreleased devices.</p></td> </tr> </table>
409409
410410
@@ -431,7 +431,7 @@ href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html">{@code
431431 <p>By using the <a href="{@docRoot}guide/topics/manifest/supports-screens-element.html">{@code
432432<supports-screens>}</a> or <a
433433href="{@docRoot}guide/topics/manifest/compatible-screens-element.html">{@code
434- <compatible-screens>}</a> element.</p>
434+ <compatible-screens>}</a> element.</p>
435435 </li>
436436 <li>API level
437437 <p>By using the <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code
0 commit comments