[android-developers] Any way to force screen orientation to landscape right as of Froyo?

2010-09-23 Thread newbyca
we currently use Activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_x) to set (and 'freeze') the orientation of our app. Froyo now supports two landscape modes tho and we'd like to allow our users to orient the app to 'landscape right' ... ie, the orientation obtained by turning a

Re: [android-developers] Any way to force screen orientation to landscape right as of Froyo?

2010-09-23 Thread Dianne Hackborn
Sorry, no. On Thu, Sep 23, 2010 at 9:39 PM, newbyca newb...@gmail.com wrote: we currently use Activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_x) to set (and 'freeze') the orientation of our app. Froyo now supports two landscape modes tho and we'd like to allow our users to