I have a question with screen layouts, I noticed in the publishing part of Android market, that it supports the following:
====
Supported Devices
This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
android.hardware.screen.portrait
This application is available to over 694 devices.
====
How are we testing for the Small, Normal, Large, Xlarge
screen layouts?
And if I wanted to lock them into Portrait mode
does that reduce the amount of devices it can
be on? Like is that killing accessibility by choosing
that option.
thanks
====
Supported Devices
This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
android.hardware.screen.portrait
This application is available to over 694 devices.
====
How are we testing for the Small, Normal, Large, Xlarge
screen layouts?
And if I wanted to lock them into Portrait mode
does that reduce the amount of devices it can
be on? Like is that killing accessibility by choosing
that option.
thanks