is there alternative way to Read/Write History and Bookmarks of Chrome Browser in Android M -


the latest m developer preview 2, there no permission read/write history , bookmarks. app depends on permission request. there other alternative read history , bookmarks url of browser?

from updated documentation: release removes support global bookmarks. android.provider.browser.getallbookmarks() , android.provider.browser.savebookmark() methods removed. likewise, read_history_bookmarks , write_history_bookmarks permissions removed. if app targets android 6.0 (api level 23) or higher, don't access bookmarks global provider or use bookmark permissions. instead, app should store bookmarks data internally.

that's why there no way how access bookmarks since android m.


Comments