Cookie BrowserのCookieを「クリアクッキーデータ」を超えて管理したいと思います。
私がやりたいこと、理想的には、デスクトップ上のFirefoxのように、ドメイン名によってソートされたリストから個々のクッキーを削除する機能があります。
少なくとも、ストレージとアンプを管理できるように、ドメインごとにクッキーをクリアすることができます。ドメインごとのロケーションアクセス。
これを行うことができる方法はありますか?
edit
根づけられた電話ではどうですか?
Cookie BrowserのCookieを「クリアクッキーデータ」を超えて管理したいと思います。
私がやりたいこと、理想的には、デスクトップ上のFirefoxのように、ドメイン名によってソートされたリストから個々のクッキーを削除する機能があります。
少なくとも、ストレージとアンプを管理できるように、ドメインごとにクッキーをクリアすることができます。ドメインごとのロケーションアクセス。
これを行うことができる方法はありますか?
edit
根づけられた電話ではどうですか?
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?
デフォルトのAndroidブラウザのCookieは/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 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有