如何检查Android PopupWindow中是否完成了ACTION_VIEW

时间:2016-11-11 09:12:08

标签: android android-activity android-popupwindow

以下是我的代码。

  

我已经浏览了一些链接,但没有找到解决方案。我想知道用户是否完成了ACTION_VIEW,或者只是按下后退按钮。

 Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse("url"));
                 mContext.startActivity(intent);

0 个答案:

没有答案