I'm planning to develop english tool-tip dictionary in android. As I mentioned in the title, is there any way to get a selected(or tapped) text from Mozilla or any other text viewer program to my application??
copying to clipboard is not convinient, so I want to pop up the meaning of word when people select it or tap it.. but I still can't find how to carry out the text.
I only found getSelectionStart() and document.onselectionchange which is used when we get the text of it's own program.
Is there any way to carry out the selected text to other program? and without being rooted. Please rescue me!