Reputation: 807
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
Reputation: 807
I got it now. I add this line in onStartInputView method.
setInputView(onCreateInputView());
Upvotes: 15