Android上的Screen Orientation和-Rotation有什麼區別?這些條款通常在網頁上可以互換使用。Android上的Screen Orientation和-Rotation有什麼區別?
根據a discussion on the deprecation of Display.getOrientation() for getRotation()這些概念往往被誤解/困惑。但是沒有提供進一步的解釋。
我懷疑瞭解Android設備上方向和旋轉的複雜性,以正確顯示應用程序,即使在異國設備上也很重要。
他們只是可以互換使用。但最好使用的是getRotation,如果你在這裏查看android的文檔http://developer.android.com/reference/android/view/Display.html#getOrientation() – TimVK