본문 바로가기

개발/Android

안드로이드 개발 공부

        <activity

            android:name="액티비티 이름Activity"

            android:configChanges="keyboardHidden|orientation"

            android:label="@string/app_name" 

            android:screenOrientation="sensorLandscape">


센서를 감지하되 가로로 긴 상태는 유지됨.