android market - release portable tablet versions

Monkey Targets Forums/Android/android market - release portable tablet versions

pantson(Posted 2011) [#1]
Hi

I have released my first Android game and only released one version.
I can see that I need to change the code slightly for larger displays (tablets)

I can see that my dev console states
API level: 3-15+
Supported screens: small-xlarge
OpenGL textures: all

Where does it get the Support Screens value from and how do I set one version being small-medium and the other being large-xlarge?
Is it in the manifest file?


AdamRedwoods(Posted 2011) [#2]
android manifest XML file.

http://developer.android.com/guide/topics/manifest/supports-screens-element.html


pantson(Posted 2011) [#3]
many thanks