Edittext that make selection on long click but do not show context menu?
问题 i want to provide custom handlers that cut,copy text. Target on Longclick Context Menu Should not appear. Text could get selected with trackers ( or Draggers ). [UPDATE] protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); edittext = (EditText) findViewById(R.id.notetext); . . . . edittext.setCustomSelectionActionModeCallback(new ActionMode.Callback() { public boolean onPrepareActionMode(ActionMode mode, Menu menu) {