HTC wildfire clear history does not clear browser history

1.2k Views Asked by At

I have developed my app to display browser history. I query the android.provider.Browser.BOOKMARKS_URI table to fetch data & update my UI. This works well on Google Nexus S, but HTC Wildfire gives some issues. It seems to have a customised browser app & stores history data in its own private tables.

Because if i clear history using "Browser->menu->Bookmarks->History->menu->clear history", my android.provider.Browser.BOOKMARKS_URI DOES NOT get cleared.

It only gets cleared if i clear history using "Browser->menu->more->settings->clear history" anyone has idea where does HTC store their history data & how to access it.

0

There are 0 best solutions below