Add method in Android Copy / Paste global context menu?

In Android text windows, onLongClick displays a context menu with copy / paste methods. Is there a way to add another option (say, "copy [insert application here]")?

It is trivial to do this in the context menu of the application, because I can simply override onLongClick. However, my "copy to [insert application here]" method only works in the application context menu; for example, not in the context menu for selecting the default message text.

Thank!

+5
source share
2 answers

No, you cannot add other applications to the context menus.

+1
source

, . .

+1

All Articles