I have developed an app with API Level 8 (2.2). It has to work on all the tablets with platforms ranging from 2.2 to 3.2. I have provided alternate resources for all the screen sizes.
It works fine for all the platforms except for 3.2. The new feature 'Zoom to fill screen' force closes my app. To overcome this, I need to disable screen compatibility mode. For this, I need to use attribute android:xlargeScreens="true". But this is not available in API level 8. So, Is there any other way to disable screen compatibility mode in API level 8? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

