It shows up if what you have specific in your app filtering allows it to
show up.

If you say "I tailored the Manifest files to accepts any devices with
normal,
large and xlarge screen sizes and low, medium and high density", then it
sounds like you are using:
http://developer.android.com/guide/topics/manifest/compatible-screens-element.html

And as the big caution says, don't use this.  This is very fine-grained
filtering, which pretty much guarantees that you will be missing devices in
ways you can't control very well.  Just don't use this.  It isn't good.

Of course, there could be something else you are requiring (such as a
feature) that some devices don't support.  Use "aapt dumpt badging
<path-to-apk>" to see details on all the requirements being defined by your
app.

On Thu, Apr 12, 2012 at 11:16 AM, ToniL <tlugo...@hotmail.com> wrote:

> Could somebody tell me what makes a device qualify to show up in
> Android Marketplace filter when you upload an apk? Do they have to be
> CTS certified only or it needs to meet other criterias?
> I tailored the Manifest files to accepts any devices with normal,
> large and xlarge screen sizes and low, medium and high density. This
> configuration should include most of the newest handsets that are
> already on the market but it doesn't.
> For example there is Motorola Atrix 2 that doesn't appear in the
> filter but I can download any app from the Market place using Play
> Store.
>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to