내 안드로이드 응용 프로그램을 세로 모드로만 실행하고 싶습니까? 내 안드로이드 응용 프로그램을 세로 모드로만 실행하고 싶습니까? 어떻게해야합니까? 매니페스트에서 모든 활동에 대해 이것을 설정하십시오. 설명하겠습니다 : 함께 android:configChanges="orientation"하면 당신이 방향으로의 변화의 책임이 될 것이라고 안드로이드를 말한다. android:screenOrientation="portrait" 기본 방향 모드를 설정합니다. Android Manifest File에서 해당 속성을android:screenOrientation="portrait" 두 가지 방법이 있습니다 android:screenOrientation="portrait"매니페스트 파일의 각 활동에 추가 this.set..