Hello,

I'm trying to pass a Parcelable object in my extras when starting an
activity in Monkeyrunner.  The area in the script looks like this

    user = FbUser()
    extraDic = {}
    extraDic['userName'] = 'Test'
    extraDic['userId'] = 'me'
    extraDic['userInfo'] = user
    d.startActivity(extras=extraDic, component=runComponent +
postActivity)

FbUser is the object in my java project that implements Parcelable.
The bin of the project has been properly added to the sys.path in the
Jython Monkeyrunner script.  When I debug the script, it creates the
FbUser object correctly, however, when I print out the extras in
LogCat, the 'userInfo' extra is missing...  Does anyone know why this
might be?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to