How to get default browser bookmarks, and how to store default browser bookmarks to text files.
In this links to i got the Bookmarks URL and Label (Include all sub-folders URL and Label). Refer this link Get browser history and search result in android
How to get a Bookmarks URL and Label in the tree structure format.
- Default Browser contains URL.
- In this
BOOKMARKS
containsURL
andFolders
andSub-Folders
. - Each Folder contains some
URL
andFolders
- How do i get the tree structure format.
For Example, How do get this tree structure format
BOOKMARKS (Parent Folder)
JAVA (Child Folder)
http://www.java2s.com/
http://roseindia.net/
ANDROID (Child Folder)
ANDROIDDEVELOPER (Child Folder)
http://developer.android.com/index.html
https://play.google.com/store?hl=en
http://developer.android.com
How do get tree structure format. Is it possible. Please Guide me.
Thanks in advance.