Re: [android-developers] start activity without mention in androidmanifestfile

2009-11-27 Thread Mark Murphy
saikiran n wrote: > I want to start an activity without mention it in AndroidManifest.xml > file. All activities have to be declared in the manifest. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.6 Programming Books: http://commonsware.com/books

[android-developers] start activity without mention in androidmanifestfile

2009-11-27 Thread saikiran n
Hi, I want to start an activity without mention it in AndroidManifest.xml file.Is it possible,If so how it is Give me me a sample code, I have tried the following but it throws exception activity not found Intent i=new Intent(); ComponentName cn=new ComponentName("com.android.Layout","com