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?
Can you please refer the links to achieve it. http://ashwinrayaprolu.wordpress.com/2011/03/17/launching-different-applications-from-android-activity-using-intent/
Launch an application from another application on Android
精彩评论