InputConnection text committing not working
问题 In my onCreateInputView of InputMethodService I have a BroadcastReceiver, that listens for events from my application. My BroadcastReceiver get the text and try to insert into current text field.problem is text never inserted into the current textfield everthing working fine except text not inseted in editText filed. Here I am posting my code snippset @Override public View onCreateInputView() { kv = (KeyboardView) getLayoutInflater().inflate(R.layout.activity_main, null); keyboard = new