Why does keyboard-slide crash my app?

前端 未结 4 1412
春和景丽
春和景丽 2020-12-15 11:14

If I physically slide out the keyboard on my Moto Droid A855, it crashes my test app with the stack trace pasted below. I don\'t understand why?

Also, if I start my

4条回答
  •  Happy的楠姐
    2020-12-15 11:57

    I know this question was asked almost two years ago, but since then a very easy fix has been implemented. Just add android:configChanges="orientation|keyboard|keyboardHidden" into each Activity call in the Manifest.

提交回复
热议问题