Thank-you! It worked perfectly. I also tried out using the two string
version, but I did this instead
intent.setClassName("com.v.t","com.v.t.Jim");
And it works as well.
Thanks for the help!
On Aug 18, 2:19 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > android.content.Intent intent = new android.content.Intent();
> > intent.setClassName("com.v.t", "Jim");
>
> Try using new Intent(this, Jim.class); instead.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.1 Published!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---