I have saved a cookie in android. Now I want to pass it into my browser intent. Look at my current code:
Intent browser = new Intent(\"android.intent.action.VIEW
The above code is working fine to set headers (thanks for it), but I wasn't able to set cookies that way. What I suspect is that if the web browser already has cookies stored for the target URL, it will overwrite cookies created using EXTRA_HEADERS.