lipinski wrote: > While we're on the topic, can you have different orientation handling > for different activities within the same application? > > It currently does not work for me. > > I have one Activity that I want to force to Lanscape, so I set > screenOrientation and configChanges in that Activity. (Just so > happens to be my MAIN activity). > > I then have additional Actitivites that do not have screenOrientation > nor configChangesset in manifest. > > The Main Activity is forced to landscape as desired. But, when I > launch the "sub-Activities", they are forced to landscape too, and I > don't want them to be, I want them to be oriented based on the > physical orientation of the phone.
I have created applications with a mixed set of force-landscape and whatever-the-user-wants activities, and they have behaved as expected. It should "just work". Now, the one difference between your scenario and mine is that your initial activity has force-landscape, which I've never done, at least for a multi-activity app. I'm not aware of any particular problems here, but, then again, I've been surprised before... >> But is there any way to change landscape orientation in global way - >> for all aplications? It would seem like user turn their phone, but >> programmatically. No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

