Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

Is the market filtering the same as a phone (auto detects required features and OS version) or do developers need to specifically set attributes on their apps for them to be available on tablets running Android?

share|improve this question

2 Answers

up vote 4 down vote accepted

From what I read a few days ago, tablet cannot run Android Market (and therefore will not be distributed with it) until 2.3 is released in the early part of next year. I have heard of a few tablets being released using the manufacturers own market-type application but nothing using the official Android Market.

I think we'll have to wait until 2.3 is released before we hear about tablet support =(

Gary

share|improve this answer
thanks. makes sense why they're pushing out all the new market changes including allowing devs to upload hi-res graphics and link to youtube videos. that's probably mostly for tablets – Rich Dec 4 '10 at 18:38

Since the answer from gsteinert is a little bit outdated, I will try to give an update:

tl;dr

Apps on tablet will go to the same filter process as apps on phones on the Market.

Apps that appear on tablets follow the same filtering rules as with phones. Developers are given the ability to set attributes for their app in the, so called, manifest. For example: If an app declares that it's, for whatsoever reason, only compatible with small screen sizes, it will not show up on the Market on a tablet with greater screen sizes. Note that this case is very rare, because most apps that are only designed for small screens will either be upscaled or just use a small amount of the screen.

There is also a way to declare an app for honeycomb tablets only.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.