Driver is starting a browser activity but switches back to app automatically. Hence, i am unable to perform any operation in the browser

Thanks a ton @Aleksei @willosser.
I resolved my issue. Now I don’t need to quit from the first driver and can continue my test with a single driver.
The issue was that my chrome driver wasn’t updated.
After updating it I can switch app by using driver.switchActivity();