标签: android android-activity android-popupwindow
以下是我的代码。
我已经浏览了一些链接,但没有找到解决方案。我想知道用户是否完成了ACTION_VIEW,或者只是按下后退按钮。
Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("url")); mContext.startActivity(intent);