Search code examples
androidmodelgoogle-playrestricttablet

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

  • 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