Hi I was developing on version 1.1 and the screen rotation was detected by keyboardhidden or keyboard open. When its open, I implemented the onConfigurationChanged method, so I did the changes I wanted.
Now I am on version 1.5, and I created a phone with no keyboard. On the manifest, on my activity I wrote: android:configChanges="keyboard|keyboardHidden|navigation|orientation" android:screenOrientation="sensor" Now the method onConfigurationChanged is never called. I am turning the emulator with F11 and F12 and nothing happens. Am I missing something? Thanks Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

