December 11th, 2011, 05:43 PM
-
HTC Sensation not displaying app in full screen
When I install my app on HTC Sensation, it does not display full screen.
After reading the developer guides concerning screen compatability mode, 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