如何从 Android 上的应用程序启动第三方游戏?
可能的重复:
从您自己的(意图)打开另一个应用程序
我想创建一个将启动我的 Android 设备上安装的多个游戏的应用程序。用户应该能够在不同的游戏之间切换。
基本上我想要一个看起来像片段的片段,其中有一个包含不同游戏名称的侧边栏,单击游戏名称后,该游戏应该开始。
目前,我收到一个安全异常,我的应用程序正在向其他应用程序请求代码。
任何帮助表示赞赏。
编辑:如果我在我的设备上具有 root 访问权限,可以实现此目的吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以参考链接来实现它吗?
http://ashwinrayaprolu .wordpress.com/2011/03/17/launching- Different-applications-from-android-activity-using-intent/
从 Android 上的另一个应用程序启动应用程序
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