Thanks hackbod! I too had not been aware of this. I was about to deploy it, until I realized that blind users of my app could be inadvertently changing physical orientation, each time causing a soft reset of my app with associated hickups through the repeated calls to onCreate(). Guess I should stick with the default keyboard controlled screen orientation even though screen appearance is preferably meant for landscape mode, or in any case not make it sensor dependent even though that is cool.
Regards On Oct 21, 12:37 am, hackbod <[EMAIL PROTECTED]> wrote: > Don't do that, or moving between your app and others will be flicker. > Just use android:screenOrientation="sensor". --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

