Search code examples
androidlaunch

Can an Android app open another Android app?


Is it possible to create an Android App that will launch another Android App and close itself when openned?


Solution

  • This question has been already asked and answered on StackOverflow:

    How to launch an Activity from another Application in Android

    Open another application from your own (intent)

    In short, Intent is the keyword of what you are looking for.