Android/Technic

onConfigurationChanged이 동작하지 않을 때

등촌동 꼬북이 2022. 12. 29. 15:14
android:configChanges="orientation|screenSize|keyboardHidden"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/Application.Theme.NoActionBar"
android:windowSoftInputMode="adjustNothing"

 

이런 코드를 추가해주면 된다. 아마 configChanges 만 추가해줘도 동작하는 듯 하다.