标签: android textview copy selection actionmode
文本但没有选择句柄。我不想在xml中使用textIsSelectable =“true”。 我的代码是这样的: 可编辑的edit = tv.getText(); Selection.selectAll(编辑);
但没有选择句柄。 如何解决?