Could someone explain the following lines in the manifest -
An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a photo, send an email, or view a map. To declare your activity, open your manifest file and add an element as a child of the element like your example.
An element can also specify various intent filters—using the element—in order to declare how other application components may activate it.
Please refer to the http://developer.android.com/guide/components/activities.html