I want to do the opposite of this: Android Browser: open several URLs, each on new window/tab (programmatically)
In there, the answer was to use b.putBoolean("new_window", true); but what is the equivalent for same tab or same window?
For some reason I'm only having this issue on tablets (tested on 3.1 and 4.0.3). We open URLs correctly on the same window or same tab on phones.
Please don't tell me to use a webview, what I'm trying to do is do things in the background while a user is browsing on the default Android browser.
Thanks.