設定アクティビティのscreenOrientationを設定したい。
私のアプリでは:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(new ComponentName("com.android.settings","com.android.settings.Settings"));
上記のコードに従って、設定アクティビティを呼び出すことができます。しかし、このアクティビティの風景は固定されています。垂直。このアクティビティの screenOrientation を水平 (横) に変更したい。