Re: [android-developers] Re: Mysterious behavior of switch statement inside onActivityResult
On Mon, Nov 28, 2011 at 11:37 AM, Carlos A. M. dos Santos
<unixmania@gmail.com> wrote:
> Can anybody help me to debug this? I'm whiling to fill a bug report,
> but I need additional information. I suspect that the problem is
> caused by the conversion to DEX code.
Tactically, unless you really have ~1 billion separate
startActivityForResult() calls, switch REQ_CODE to be 1. Or 1337. Or
something else small. It only has to be unique within your calling
activity.
Beyond that, post the source to a sample project that demonstrates
this issue somewhere, and I'll take a peek at it.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
Warescription: Three Android Books, Plus Updates, One Low Price!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home