Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an camera activity in my app, where user can make a photo. For some reasons it's fixed to landscape mode(by the screenOrientation in manifest). All works perfectly but I need to know - what screen mode on picture? User can rotate device and try to make a photo in portrait mode.

I've tried to use getRotation method but it returnes only 0 degrees, cause i'm set to portrait screenOrientation.

I want to ask - is there some ways to solve this problem?

Thanks for any help!

share|improve this question

1 Answer

up vote 0 down vote accepted

Use the orientation sensor, ain't as difficult as you might think.

http://www.workingfromhere.com/blog/2009/03/30/orientation-sensor-tips-in-android/

Android phone orientation overview including compass

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.