[android-developers] Re: undefined behavior with getResultExtras and setResultExtras

2009-10-07 Thread Adam Vollmer
Actually, it looks like when I run this without stopping at breakpoints, I'm getting the correct behavior. Would this possibly be related to timing out after waiting 10 seconds for onReceive to return? On Oct 7, 11:36 am, vol volmar...@gmail.com wrote: I've created a test project with three

[android-developers] Re: When is onCreateInputConnection invoked

2009-10-06 Thread Adam Vollmer
I replied previously, but it looks like I hit reply to author. The missing bit of info is that the view wasn't focusable. Make sure the view is focusable (in touch and normally) and you should be set. On Sep 24, 7:16 pm, Adam Vollmer volmar...@gmail.com wrote: Actually having

[android-developers] Re: Updating permissions for apps that modify sharedUserId

2009-10-06 Thread Adam Vollmer
Alright, thanks, I'll see what else I can think up. On Oct 6, 4:59 pm, Dianne Hackborn hack...@android.com wrote: Sorry, this unfortunately isn't currently supported -- it requires having the system change the owner of all files that are under the existing uid, which it can't yet do. On

[android-developers] Re: When is onCreateInputConnection invoked

2009-09-24 Thread Adam Vollmer
I'm having the exact same problem. I've implemented a class that subclasses TextView, implements onCheckIsTextEditor and onCreateInputConnetion, and has an android:inputType. Unfortunately neither method is ever called for me. I'm calling showSoftInput on this view, and I'm getting absolutely