Possible Duplicate:
Open another application from your own (intent)
I want to create an application that will launch multiple games installed on my android device. And user should be able to switch between different games.
Basically I want a look like fragments in which there is a sidebar containing the names of different games and upon clicking the names of the game, that game should start.
Presently I am getting a security exception that my application is requesting code from other application.
Any help appreciated.
Edit: Can this be achieved if i have root access on my device?