There's a class for iPhone screenOrientation ... but how do you access and set screenOrientation on the Android?
IPhoneSettings is obsolete now
Just use :
Screen.orientation = ScreenOrientation.Landscape;
It works for both Android and iOS platforms.
It looks like `iPhoneSettings.screenOrientation = iPhoneScreenOrientation.Landscape;` works directly on the Android..
not work on the android