Possible Duplicate:
How can I set Orientation Fixed for all activities
I would like to lock my screen orientation for my app. I mean that all Activities must have the same landscape
orientation. I don't want to add android:screenOrientation="portrait"
in the manifest for all activities. Is there any other way? thanks
Regards
Add the above lines in your app's manifest for all the activities .
You have two options for achieving the result.
e.g.