I can't find a screenshot anywhere - but essentially, when I select text from an EditText
on Android (4.0+, I think), a small white bubble saying REPLACE
pops up, to allow me to replace the text with other predictions. The same kind of bubble pops up saying PASTE
when I long press a field. What class is this? I can't seem to find any reference to it in the developer docs; could somebody help me out?
If it's just a custom view, where is it instantiated? I'd like to write an Xposed module that requires this method, but I'm damned if I can find it.
Thanks!