I have developed a project which should run only in landscape mode. I set in manifest file like this android:screenOrientation=”landscape”. This is working fine in emulator but when i am running in nexus one it is still coming in portrait mode.Any idea any one?
Share
When I want one of my apps running in landscape mode I add on my onCreate the following line :
Hope that is what you expect.