0

I had opened google chrome from my android app. It's working fine, but now I want to get the response URL from the chrome browser. And go back to the app after retrieving from that response. What to do for getting that response??

 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("url"))
            startActivity(intent)
sri
  • 105
  • 9

0 Answers0