我已经从我的 android 应用程序中打开了 google chrome。它工作正常,但现在我想从 chrome 浏览器获取响应 URL。并在从该响应中检索后返回应用程序。怎么做才能得到响应??
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("url"))
startActivity(intent)
我已经从我的 android 应用程序中打开了 google chrome。它工作正常,但现在我想从 chrome 浏览器获取响应 URL。并在从该响应中检索后返回应用程序。怎么做才能得到响应??
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("url"))
startActivity(intent)