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

--~--~---------~--~----~------------~-------~--~----~
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