Force “portrait” orientation mode

I’m trying to force the “portrait” mode for my application because my application is absolutely not designed for the “landscape” mode. After reading some forums, I added these lines in my manifest file: <application android:debuggable=”true” android:icon=”@drawable/icon” android:label=”@string/app_name” android:screenOrientation=”portrait”> But it doesn’t work on my device (HTC Desire). It switches from “portrait” lo “landscape”, ignoring the … Read more