How do i retrieve response from chrome browser to android app

220 Views Asked by At

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)
0

There are 0 best solutions below