関数pickSuggestionManually(int index)
では、コメント付きのドキュメントには次のように記載されています。
// If we were generating candidate suggestions for the current
// text, we would commit one of them here. But for this sample,
// we will just commit the current text.
commitTyped(getCurrentInputConnection());
では、候補の提案の 1 つをコミットする方法は?
誰でも助けてもらえますか?
よろしく、サヤンタン