문제

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

도움이 되었습니까?

해결책 2

Is there any possible API available?

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

다른 팁

No, like they said its in another process. However, you can get an InputConnection which will allow you to get some of the data from there (such as text, cursor position, etc).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top