画面の向きをアプリから切り替える

Activity#setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);

パーミッション設定はいらないみたい。
android.permission.SET_ORIENTATION
って何に使うんだろう?

Androidのリファレンスページには
Allows low-level access to setting the orientation (actually rotation) of the screen. Not for use by normal applications.
と書いてあるので、使えない(通常は使わない)のだろうか。