Search code examples
androidapiandroid-activityimehwnd

get active textview or activity using IME android


Im developing an IME for android. I want to get the activity or textview control information while using my IME program. Like Hwnd property in win32 API or sender property of focused control in .Net .

Is there any possible API available?

Sorry for my poor English.

Thanks. Sha


Solution

  • Is there any possible API available?

    No, because "the activity or textview control" is in another process, not your process.