On Mon, May 9, 2011 at 4:41 PM, Droid <[email protected]> wrote: > The manifest attribute: android:screenOrientation="nosensor" is ideal. > What it does is fix the screen orientation to the preferred one. > This is great because Honeycomb it chooses landscape and other > phones - well whatever is the default orientation. >
NONONONO. It uses the device's DEFAULT orientation. It is absolutely not true that "Honeycomb chooses landscape." For all versions of Android, it uses whatever orientation is the natural orientation of the device. There can and will be tablets that are naturally oriented in portrait, and you will thus get portrait. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

