반응형
android:configChanges="orientation|keyboardHidden|screenSize"
AndroidManifest에 해당부분 적용
<activity android:name=".MainActivity"
android:screenOrientation="fullSensor"
android:configChanges="orientation|keyboardHidden|screenSize"
공식문서
https://developer.android.com/guide/topics/resources/runtime-changes?hl=ko
반응형
'모바일 > Android' 카테고리의 다른 글
동작 변경사항: Android 13 이상을 타겟팅하는 앱 (0) | 2023.06.26 |
---|---|
Android Webview Cross-app Scripting Vulnerability (0) | 2023.04.25 |
발견된 문제: 데이터 보안 양식 잘못됨 (0) | 2022.12.07 |
SDK33버전 이상 setAppCacheEnabled (0) | 2022.12.01 |
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent (0) | 2022.05.16 |