I'm developing an app and I would like one screen to auto-rotate to landscape.
This will be the only rotating screen in the app.
I'm trying to find the easiest way of doing this.
If I set the supported orientations in the build summary page (i.e. with the toggle buttons) so that it is just portrait. Can I then override this in the code for the screen I want to auto-rotate?
Or do I have to do it the other way round? i.e. support all orientations and then disable for all the screens I don't want to rotate?
Thanks