我想在Android浏览器中管理饼干,只需"清除cookie数据" 。
理想情况下,我想要做什么,可以从域名排序的列表中删除单个cookie,如桌面上的Firefox。
至少,我希望能够清除每个域的cookie,因为我可以管理存储和amp;每个域的位置访问。
有没有办法做到这一点?
编辑
用根的手机怎么样?
我想在Android浏览器中管理饼干,只需"清除cookie数据" 。
理想情况下,我想要做什么,可以从域名排序的列表中删除单个cookie,如桌面上的Firefox。
至少,我希望能够清除每个域的cookie,因为我可以管理存储和amp;每个域的位置访问。
有没有办法做到这一点?
编辑
用根的手机怎么样?
I would like to manage cookies in the Android browser beyond just "Clear cookie data".
What I want to do, ideally, is have the ability to delete individual cookies from a list sorted by domain name, like Firefox on the desktop.
At least, I would like to be able to clear cookies per-domain, as I can manage storage & location access per-domain.
Is there a way I can do this?
EDIT
How about with a rooted phone?
cookie,对于默认的android浏览器,存储在/data/data/com.android.browser/databases/webview.db中。问题是,出于安全原因,其他应用程序没有访问不属于它们的文件,如数据库文件。
为了让您要求的内容,浏览器应用程序必须实现此功能。
The cookies, for the default android browser, are stored in /data/data/com.android.browser/databases/webview.db. The problem is that other applications, for security reasons, do not have access to files that do not belong to them, like the database file.
In order for what you are asking to be possible, the Browser application would have to implement this functionality.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有