• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

HTC Sensation not displaying app in full screen

rhxmartin

Lurker
When I install my app on HTC Sensation, it does not display full screen.

After reading the developers guide, 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
 
Back
Top Bottom