Question
Support different orientations for different devices
I'm working on an app that will run on a tablet and a phone. For tablet I want to support both landscape orientations, but for the phone I only want to support portrait. Is there a way to define this in the app descriptor file, os do I need to handle it all in code?