Prevent screen rotation on Android -


i have 1 of activities prevent rotating because i'm starting asynctask, , screen rotation makes restart.

is there way tell activity "do not rotate screen if user shaking phone mad"?

add android:screenorientation="portrait" <activity> element/s in manifest or landscape , you're done.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -