When I install my app on HTC Sensation, it does not display full screen. After reading http://developer.android.com/guide/practices/screen-compat-mode.html, I have tried using both :
uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" and also tried adding: android:xlargeScreens="true" That is: <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> However, these do not seem to work. I also installed Spare Parts and used it to disable Screen Compatability Mode, but this did n't work either. In fact, this app seemed to display the same issue also ! Any help would be very much appreciated. Thanks -- 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

