I have a service that shows an always-on-top clickable floating button on screen irrespective of the context. (User can switch apps and the floating button will always show)(already implemented)
I want to implement such that, whenever user clicks on an EditText
, in ANY app, and click the floating button, it should put some text in that EditText
.
First I want to know if this is possible atleast? If yes, How!
Let me know if the above para is not enough to make sense what I meant.
Any help will be appreciated.