Re: [android-developers] Question regarding screen orientation change

2013-11-04 Thread Yves Liu
Sorry, I didn't make myself clear. So, if the phone rotates, my app works fine, it changes its orientation when device rotates. But if, say, I go to the settings of the phone, uncheck "auto-rotate screen", when device rotates, my app still changes its orientation. I see other apps don't behave this

[android-developers] Question regarding screen orientation change

2013-11-04 Thread Mek's Sree Rama
Share your Manifest fle code snippet where you have locked ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-dev

[android-developers] Question regarding screen orientation change

2013-11-03 Thread yves...@gmail.com
I have an app which does the correct thing when screen orientation changes. But if I lock the screen orientation on the phone settings, my app still responds to screen orientation change. How do I read the phone setting of if orientation is locked? And how do I deal with this screen orientation?