From c511675bcb1b85a9910b4557226f7d7075595a23 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 27 Feb 2013 15:53:37 -0800 Subject: [PATCH] Doc change: update 'multiple apks' criteria in filters doc. Change-Id: I8504f5e019758946d567d4391c1a875dead236c5 Bug: 8277558 --- docs/html/google/play/filters.jd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/html/google/play/filters.jd b/docs/html/google/play/filters.jd index b2d780e9d1e0f..6ab223c0e82b0 100644 --- a/docs/html/google/play/filters.jd +++ b/docs/html/google/play/filters.jd @@ -434,9 +434,13 @@ href="{@docRoot}guide/topics/manifest/compatible-screens-element.html">{@code

By using the {@code <uses-sdk>} element.

+
  • CPU Architecture (ABI) +

    By including native libraries built with the Android + NDK that target a specific CPU architecture (ARM EABI v7 or x86, for example).

    +
  • -

    All other filters still work the same as usual, but these three are the only filters that can +

    All other filters still work the same as usual, but these four are the only filters that can distinguish one APK from another within the same application listing on Google Play. For example, you cannot publish multiple APKs for the same application if the APKs differ only based on whether the device has a camera.