From 89d6c9d68990d9d2c1dd3798a9d3e5b6fca68123 Mon Sep 17 00:00:00 2001 From: Bill Gruber Date: Wed, 16 Nov 2011 10:05:04 -0800 Subject: Filters docs: removes references to forward-locking Bug 3055286 Change-Id: Idb64984a1f3437749d9a865885bf4e0b258e60d3 --- docs/html/guide/appendix/market-filters.jd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/html/guide/appendix/market-filters.jd b/docs/html/guide/appendix/market-filters.jd index dc79d95..6610f5f 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

See also

-
    +
    1. Android Compatibility
    2. <uses-sdk> @@ -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.
    3. The manifest declares <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.

      What is the Android NDK?

      - Forward-Locked Applications

      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 + Copy-Protected Applications

      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.

      @@ -431,7 +431,7 @@ href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html">{@code

      By using the {@code <supports-screens>} or {@code -<compatible-screens>} element.

      +<compatible-screens>} element.

    4. API level

      By using the {@code -- cgit v1.1