In my application I want to only support normal and large screens, so I need to disable support for small and xlarge screens. The project build is set to 2.1, API Level 7, so I know xlarge screens aren’t recognized by the manifest for that level. Does that mean that the application will automatically not support xlarge screens or am I going to have to change the project build to 2.3 to disable it?
Share
Just declare
in your manifest for what screens you want to support.