问题
I have created my own browser, but I want to get default browser history.
回答1:
The title says default browser: No, there is no way to programmatically access the default browser history.
The content says "my own browser": with a BrowserField you can use the eventOccurred method to get the destination URL and build your own history.
来源:https://stackoverflow.com/questions/4722594/possible-to-get-default-browser-history-in-my-application-in-blackberry