Android read browser history
- by Mitul Nakum
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