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
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