标签: android android-activity
可能重复: Open another application from your own (intent)
我想创建一个应用程序,它将启动我的Android设备上安装的多个游戏。用户应该可以在不同的游戏之间切换。
基本上我想看一个片段,其中有一个包含不同游戏名称的侧边栏,点击游戏名称后,该游戏应该开始。
目前我收到一个安全例外,我的应用程序正在从其他应用程序请求代码。
任何帮助表示感谢。
编辑:如果我的设备上有root访问权限,可以实现吗?
答案 0 :(得分:2)
您可以参考链接来实现它。 http://ashwinrayaprolu.wordpress.com/2011/03/17/launching-different-applications-from-android-activity-using-intent/
Launch an application from another application on Android