在 Android 上防止屏幕旋转 - Prevent screen rotation on Android

语言: CN / TW / HK

问题:

I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and screen rotation makes it restart.我有一项我想防止旋转的活动,因为我正在启动 AsyncTask,而屏幕旋转使其重新启动。

Is there a way to tell this activity "DO NOT ROTATE the screen even if the user is shaking his phone like mad"?有没有办法告诉这个活动“即使用户疯狂地摇晃手机,也不要旋转屏幕”?


解决方案:

参考一: http://stackoom.com/question/BSQ3
参考二: Prevent screen rotation on Android
「其他文章」