0

I am developing an android soft keyboard. I need to get the root view and textedit of currently active foreground activity from the IME service. How do I achieve this?

Cœur
  • 37,241
  • 25
  • 195
  • 267
jeff
  • 684
  • 1
  • 11
  • 30

1 Answers1

0

It's not possible, unless you use Accessibility Service. You can get some info about TextEdit from IME. Why do you need root view and text edit?

beef
  • 11
  • 1