【发布时间】:2010-03-16 10:04:47
【问题描述】:
我正在通过我的应用启动 Android 电子市场,以使用此代码搜索类似产品:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://market.android.com/search?q=pub:\"some txt\""));
c.startActivity(intent);
这适用于展示类似产品。但是,如果我在市场中点击主页按钮,当我重新打开应用程序时,它仍然会显示市场结果。在这种情况下,我想进入主菜单。
有解决办法吗?
【问题讨论】: