Possible Duplicate:
Android Launch an application from another application
I want to start Another of my Android Application ( .apk ) using Android code. is it possible ?
I have one background kind of Android Application ( Service ). It is separate Android Application. I want to start this Application from my Another Android Application.
try this :
for more :Launch an application from another application on Android