I have a library project where I define the activities common to two other applications now I want to define login activity which is common to both the applications in my library project to avoid duplicating the code and that login activity will be launcher activity for both the applications,So my problem is that how do I define the launcher activity from other(library) project in my main application manifest??
is it possible?
You can add your library’s activities in you manifest just like you add any other package’s activities.