I want to make my app work only in landscape mode but can\'t make it work. I have given screenOrientation = \"landscape\" even though the first page will be in
screenOrientation = \"landscape\"
You can also try setting the orientation from your code
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
Check this link for more info
http://www.devx.com/wireless/Article/40792/0/page/5