[android-developers] setResult() for AppWidget

2009-10-27 Thread Ollie Weng
Hi, I'm making a appwidget, and hope to use search UI to let user filter some infomation while setup widget on receiving APPWIDGET_CONFIGURE. My current problem is APPWIDGET_CONFIGURE intent depends on setResult() to decide if adding widget successful. However, using search UI cause activity reent

[android-developers] setResult() for AppWidget

2009-10-27 Thread Ollie Weng
Hi, (resend with heading title) I'm making a appwidget, and hope to use search UI to let user filter some infomation while setup widget on receiving APPWIDGET_CONFIGURE. My current problem is APPWIDGET_CONFIGURE intent depends on setResult() to decide if adding widget successful. However, usin