Yes, all activities, services, receivers, and providers must be declared in the manifest.
On Tue, Aug 11, 2009 at 9:05 PM, Atif <[email protected]> wrote: > > suppose my library has some activities. Do I need to register these > activities in client menifest file? Thanks > > On Aug 10, 6:10 pm, Andrei Bucur <[email protected]> wrote: > > This is how I make libraries for Android in Eclipse: > > 1. I make a new Java project > > 2. In the project properties, at Java Build Path -> Libraries, I replace > the > > the JDK library with the android.jar, found in the Android SDK. > > From what I tested, this solution seems to work. > > > > On Mon, Aug 10, 2009 at 2:54 PM, Atif <[email protected]> wrote: > > > > > Hi, > > > > > I want to run an activity without adding it in Menifest.xml file. Is > > > it possible? and how? > > > > > Actually I am developing a component (Library) that other users can > > > plugged with their programs. > > > > > Best regards, > > > Atif > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

