[android-developers] InputMethod crashing with NullPointerException

2011-09-19 Thread Mudhalvan
Hi, Currently I'm encountering a weird issue in which my IME process is getting crashed even though its not the default IME. The following thread which was posted earlier nearly talks about the same issue. http://groups.google.com/group/android-developers/browse_thread/thread/43e45a7c2e4d067f I'

Re: [android-developers] InputMethod

2011-05-09 Thread Mark Murphy
On Fri, May 6, 2011 at 4:56 PM, Cam McD wrote: > I would like to get information about clients binding to my custom > InputMethod. > For example, I would like to get the current URL from the client > browser. Hopefully that is impossible, as it would represent a massive privacy breach. -- Mark

[android-developers] InputMethod

2011-05-08 Thread Cam McD
Hi, I would like to get information about clients binding to my custom InputMethod. For example, I would like to get the current URL from the client browser. So far, I can only find out the package name. thanks. -- You received this message because you are subscribed to the Google Groups "Andro