[android-developers] Re: Is it possible to start an remote activity which is loaded by classLoader

2008-12-01 Thread Dianne Hackborn
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

[android-developers] Re: Is it possible to start an remote activity which is loaded by classLoader

2008-12-01 Thread Ernest
Thank you for your response,I think the below topic is what I want to do: http://groups.google.com/group/android-developers/browse_thread/thread/553d82913f560f7c/b3d45fa6c26105fc?lnk=gstq=have+you+declared+this+activity# On 12月1日, 下午5时23分, Dianne Hackborn [EMAIL PROTECTED] wrote: You don't need