android:configChanges="orientation|screenSize|keyboardHidden"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/Application.Theme.NoActionBar"
android:windowSoftInputMode="adjustNothing"
이런 코드를 추가해주면 된다. 아마 configChanges 만 추가해줘도 동작하는 듯 하다.
'Android > Technic' 카테고리의 다른 글
앱 keystore의 Sha fingerprint 구하기 (0) | 2023.01.05 |
---|---|
APK 생성할 때 output 이름 변경 (0) | 2022.12.02 |
동영상 플레이어 샘플 데이터 링크 (0) | 2022.11.03 |
Ad mob 오프닝 광고 잘 안나올 때 (0) | 2022.10.25 |
AlertDialog에 top padding 생길 때 (0) | 2022.10.25 |
댓글