Show soft keyboard when Activity starts

前端 未结 10 568
梦毁少年i
梦毁少年i 2020-12-13 08:28

I have 2 activities, A and B. When A starts, it checks for a condition and if true, it calls startActivityForResult() to start B. B only takes text input so it

10条回答
  •  抹茶落季
    2020-12-13 08:42

    If you're using an emulator, you have to turn the hard keyboard off in order for the soft keyboard to show.

提交回复
热议问题