How could I make such thing – when you rotate screen from horizontal to vertical application set on pasue (and show screen where is said that you should to rotate screen in vertical to continue e.t.c)?
Or how I can just disable screen rotation?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the screen orientation to portrait or landscape (depending on your requirements) in the Android manifest file.
Then listen to the Accelerometer events if required.
See this question.