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)