diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index dc79d95c1d913..6610f5fe09492 100644 --- a/docs/html/guide/appendix/market-filters.jd +++ b/docs/html/guide/appendix/market-filters.jd @@ -25,7 +25,7 @@ manifest file to the configurations defined by the device, as well as other fact
<uses-sdk>
- Interested in publishing your app on Android Market?
+ Interested in publishing your app on Android Market?
Go to Android Market to create a publisher
account and upload your app.
@@ -83,7 +83,7 @@ restrictions and dependencies expressed by the application's
manifest file and publishing details. If the application is
compatible with the device according to the filter rules, Market displays the
application to the user. Otherwise, Market hides your application from search
-results and category browsing, even if a user specifically requests
+results and category browsing, even if a user specifically requests
the app by clicking a deep link that points directly to the app's ID within Market..
Note: When users browse the
Most Market filters are triggered by elements within an application's
manifest file, AndroidManifest.xml
+href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml
(although not everything in the manifest file can trigger filtering).
Table 1 lists the manifest elements that you should use to trigger Android
Market filtering, and explains how the filtering for each element works.
@@ -173,7 +173,7 @@ default.<uses-sdk android:minSdkVersion="3"
android:targetSdkVersion="4"> and does not include a
<supports-screens> element.
- Result: Android Market will show the app to users on all
+ Result: Android Market will show the app to users on all
devices, unless other filters apply.
Example 3
The manifest declares <uses-sdk android:minSdkVersion="4">
@@ -402,9 +402,9 @@ country (as determined by SIM carrier) in which paid apps are available.
To - forward lock an application, set copy protection to "On" when you upload the - application to Market. Market will not show copy-protected applications on +
To + copy protect an application, set copy protection to "On" when you configure publishing +options for your application. Market will not show copy-protected applications on developer devices or unreleased devices.
By using the {@code <supports-screens>} or {@code -<compatible-screens>} element.
+<compatible-screens>} element.By using the {@code