I've only recently started using BroadcastReceivers, and I wanted to create a service that would be triggered when someone long pressed on an editText. I think on one of my older phones (Original EVO 4G), there was a listener to change the input method if you long pressed on the editText. Now (if there is text in the field) and you long press it, then the options to cut copy and paste come up.
I was wondering what intent-filters I should use for my broadcast receiver (if possible) to listen for long press events on editTexts (outside of my application i.e. like in a web browser), so that I could trigger my application?