Dear all, For my application, I'm trying to:
- Disable screen orientation(i.e always potrait) - Disable my activity being restarted when orientation is changed. So, I've inserted two lines in my xml file. android:screenOrientation="potrait" android:configChanges="orientation | keyboardHidden" Q) The app have nothing to do at ScreenOrientation event. Shall my code have onConfigurationChanged() method even thought I don't have nothing to do at the event? It looks OK for ADT environment at Widows PC. Thank you. Daum -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en