标签: android cookies chrome-custom-tabs
我使用的是Chromium 65代码。并希望通过Chrome自定义标签打开第三方链接,但不能在Chromium浏览历史记录中显示数据。如何更改Chromium代码?
我添加了
customTabsIntent.intent.putExtra(IntentHandler.EXTRA_OPEN_NEW_INCOGNITO_TAB, true),
但似乎行不通。
答案 0 :(得分:2)
目前无法在隐身模式下打开Chrome自定义标签。