android - Get Default Browser Bookmarks, and store to text file -
How to obtain the default browser bookmark, and how to store the default browser bookmark in text files.
In these, I found the bookmarks URL and label (Include all sub folders URL and label). See this link
How to get a bookmarks URL and label in the tree structure format.
- The default browser contains a URL.
- In this
bookmarks contains the
url and
folders and
sub-folders .
- Some
URLs and
folders
- in each folder How do I obtain a tree structure format?
For example, how to obtain the structure of this tree
Bookmarks (original folder) Java (hair folder) http: //www.java2s .com / http://roseindia.net/ ANDROID (Hair Folder) AndroidDevelopo (Hair Folders) http: //developer.android.com/index.html https://play.google.com/store?hl=en http : //developer.android.com
How to obtain tree structure format. Is it possible. Please guide me
Thanks in advance.
Below Add to Your Android Manifest File
Lt; Use-permission Android: name = "com.android.browser.permission.READ_HISTORY_BOOKMARKS" />
- Some
Comments
Post a Comment