myEditText.setSelection(selectionEnd);
但这只是在当前选择结束时创建了0长度的选择.我也尝试过Selection.removeSelection(mySpannable),它只是在文本的开头添加一个空选择.