在 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
「其他文章」