You don't need any kind of class, just set the desired ComponentName.

On Mon, Dec 1, 2008 at 12:41 AM, Ernest <[EMAIL PROTECTED]> wrote:

>
> Hello,everyone.
>   I have a question: I can get an Activity class by classLoader which
> can't be declared in the local Manifest.xml.I want to  start the
> activity in this way:
>  Intent intent = new Intent(this, xxx.class);(xxx.class is the remote
> activity which loaded by classLoader)
>  startActivity(intent);
> But it can't make it work well,because the activity is not declared in
> local AndroidManifest.xml.
> So how can I start the remote Activity then?Thank you very much.
> Best Regards
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to