How to add new item to Android Long Press on Edit Text?

100 Views Asked by At

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.

0

There are 0 best solutions below