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.
+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.