hai friends ,
i want to store bookmarks in android i used fallowing code to save bookmarks but i dont know where these are stored ,please tell me the way to retrieve the saved bookmarks .
String title = "ranjit123";
String url = "http://www.ranjit0046123.com";
Browser.saveBookmark(this, title, url);
plz tell me the way ,
Thanks in advance.
Ranjit.......


