0
안드로이드 매니페스트 파일에서 내 활동이 android:screenOrientation="landscape"
으로 강제 실행되었지만 런타임에서 여전히 내보기를 가로 지르지 않고 대신 protrait
이 계속된다. 이 실행될 때 매니페스트 그냥 활동 태그노키아는 내 활동을 가로 챈 적이 없다.
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation"
을의 개구부 내에서이 두 줄을 추가로
<activity
android:name="com.taxeeta.DriverHome"
android:configChanges="keyboardHidden|orientation"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.Light.NoTitleBar" />