Foggy day

Android - screen orientation rotation error 본문

Android

Android - screen orientation rotation error

jinhan38 2021. 2. 11. 21:56

If an error occurs when you rotate screen, add this code in manifest activity that you want to apply rotation

 

      <activity
            ...
            android:configChanges="orientation|keyboardHidden|screenSize"
            ... />