I have one almost completed Java application with authentication and need to add to this project another one app to reuse auth code, for example.
As I heard there could be some kind of two "main activities" with different icons to launch them separately. Also I cannot check this info, because don't know how this named and any tries before leads me in other way.
So the question is how to register those activities in Manifest and how to configure run menu?
Or if I'm wrong - what else ways exists which could fit for my requiremrnts?
Thanks.