prevent screen rotation android
- by Sephy
hi everybody,
I have one of my activities which I would like to prevent from rotating because i'm starting an AsynTask, and screen rotation makes it restart... so is there any way to tell this activity "DO NOT ROTATE the screen even if the user is shaking his phone like mad"?
Thx for the constant help guys.