Myat Min Soe
Myat Min Soe

Reputation: 807

How to restart android InputMethodService

I am developing a soft keyboard for android. I want to restart the Input Method Service from settingsAcitivty. Is there anyway I can do that?

Upvotes: 5

Views: 2494

Answers (1)

Myat Min Soe
Myat Min Soe

Reputation: 807

I got it now. I add this line in onStartInputView method.

setInputView(onCreateInputView());

Upvotes: 15

Related Questions