Skip to content

Commit ef20eb2

Browse files
Bill GruberAndroid (Google) Code Review
authored andcommitted
Merge "Filters docs: removes references to forward-locking Bug 3055286" into ics-mr0
2 parents 7d4c472 + 89d6c9d commit ef20eb2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/html/guide/appendix/market-filters.jd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3030
href="{@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">&lt;uses-sdk&gt;</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"
5353
href="http://market.android.com/publish">Go to Android Market</a> to create a publisher
5454
account and upload your app.</p></div>
@@ -83,7 +83,7 @@ restrictions and dependencies expressed by the application's
8383
manifest file and publishing details. If the application is
8484
compatible with the device according to the filter rules, Market displays the
8585
application 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
8787
the 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
110110
manifest 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).
113113
Table 1 lists the manifest elements that you should use to trigger Android
114114
Market filtering, and explains how the filtering for each element works.</p>
@@ -173,7 +173,7 @@ default.</li>
173173
</strong>The manifest declares <code>&lt;uses-sdk android:minSdkVersion="3"
174174
android:targetSdkVersion="4"&gt;</code> and does not include a
175175
<code>&lt;supports-screens&gt;</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>&lt;uses-sdk android:minSdkVersion="4"&gt;</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
408408
developer 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
&lt;supports-screens&gt;}</a> or <a
433433
href="{@docRoot}guide/topics/manifest/compatible-screens-element.html">{@code
434-
&lt;compatible-screens&gt;}</a> element.</p>
434+
&lt;compatible-screens&gt;}</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

Comments
 (0)