How to get Chrome History & Bookmarks in Android Marshmallow (API>=23)?
问题 Till API Level 22 (i.e. till Lollipop), there has been a way to read History and Bookmarks from the Chrome app (as shown in this thread) using the permission com.android.browser.permission.READ_HISTORY_BOOKMARKS . Now, in Android API=23 Marshmallow, since the entire Browser Bookmark system has been removed in Marshmallow (changes here), the above method does not work anymore. Here is the thread that shows why this is not possible anymore. In my research so far, I have not found good news.