android - 如何获取 Chrome 隐身模式的历史记录?

标签 android google-chrome android-contentprovider

我正在使用 content://com.android.chrome.browser/bookmarks 获取 Chrome 浏览器的历史记录。 它工作正常。但现在,我需要获取隐身模式的浏览 URL。 那么如何获取隐身模式的网址或历史记录。

最佳答案

你不能。根据官方页面:

If you don’t want Google Chrome to save a record of what you visit and download, you can browse the web in incognito mode.

https://support.google.com/chrome/answer/95464?hl=en

这意味着 Chrome 不会在隐身模式下保存用户的历史记录。

关于android - 如何获取 Chrome 隐身模式的历史记录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32305418/

相关文章:

java - 如何在 Firestore 中设置外键?

google-chrome - Chrome 开发者控制台无法运行 JS 循环

Android通知有一个彩色图标而不是变成白色

css - HTML5 元素在 Chrome 中工作但在 Safari 或 Firefox 中不工作?

macos - Alfred 从 Chrome 应用启动器运行应用

android - 当我们使用 SQLite 时,当我们使用 content provider 时,当我们使用 Shared preference 时

android - ContentProvider 与 SQlite : Same query different result

android - 权限被拒绝 : opening provider com. google.android.apps.photos.contentprovider.MediaContentProvider 不是从 uid 导出的

android - 无法在 API 25 (Android 7.1.1) 中找到移动系统镜像

android - 从 Android 中的本地 Assets 加载 jQuery 以获取远程 html 页面