Android read browser history

Posted by Mitul Nakum on Stack Overflow See other posts from Stack Overflow or by Mitul Nakum
Published on 2010-04-05T05:40:01Z Indexed on 2010/04/05 5:43 UTC
Read the original article Hit count: 736

Filed under:
|
|

Hello,

I want to read bowser history in Android phone.

I have done some document reading, then I come to know that we can read browser history by android.provider.Browser class

it has

final static Cursor getAllVisitedUrls(ContentResolver cr)

method which returns Cursor...

may i get help to handel cursor? or any example code to get Browser history.

Thanks in advance

© Stack Overflow or respective owner

Related posts about android

Related posts about browser