有没有可能创建一个Android应用程序,在打开时启动另一个Android应用程序并自动关闭?
发布于 2012-09-30 01:42:32
你应该先用谷歌搜索你的问题。
Launch an application from another application on Android
Open another application from your own (intent)
发布于 2012-09-30 01:42:24
当然这是可能的。看看Intent吧。您可以使用finish()结束您的活动。
Intent
finish()
https://stackoverflow.com/questions/12654926
相似问题