Skip to content Skip to sidebar Skip to footer

Android Market To List My App On Just One Particular Device Or Just On Tablets. How?

I need to make an app available for just one particular device model (or alternatively for just tablets) on the Android Market. Is that possible? Thanks for any hints.

Solution 1:

A mix of uses-feature and sdk versions could get you part of the way but the current sdks doesn't have a tablet feature, possibly coming in the next release

Reto Meier recently wrote a devblog on uses-feature: http://android-developers.blogspot.com/2010/10/five-steps-to-future-hardware-happiness.html

Post a Comment for "Android Market To List My App On Just One Particular Device Or Just On Tablets. How?"