Got it working, thanks.
--
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
F
Right, the Bundle that it gives you is *not* from the Intent. It's
from your (possibly) saved instance state.
kris
On Mon, Feb 13, 2012 at 7:40 AM, jc wrote:
> On Feb 13, 5:36 am, Put_tiMe wrote:
>> I'm trying to send a parameter to an activity. But the problem is that in
>> the activity's 'on
On Feb 13, 5:36 am, Put_tiMe wrote:
> I'm trying to send a parameter to an activity. But the problem is that in
> the activity's 'onCreate' callback, the 'Bundle' parameter is always null.
>
> Intent aintent = *new* Intent(android.content.Intent.*ACTION_VIEW*);
> *try
> *{
>
> aintent = new Intent
3 matches
Mail list logo