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
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
2 matches
Mail list logo