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!
source
share