I am working on a project and my clients require the application to be locked into portrait mode. So that rotating the device will not re-orientate that application.
I understand this is generally frowned on as a design choice, but I am a simple developer, not the UI designer, and must work to the specs of my employer.
Is there a way to do this within Eclipse (using OEPE) ?
I have read a mention of making a change to the androidManifest template file, but cannot find the location of this file within OEPE.
Any help would be greatly appreciated.