Is it possible to add new item to the list which appear when user long press on an empty EditText view? Just like Copy / Paste / Select / Select All, I want to add "Translate". How can I implement this?
I tried using setCustomSelectionActionModeCallback but it did not work for EditText view.