where are cookies.txt into Android Folder?

880 views
Skip to first unread message

shusaku sone

unread,
Feb 3, 2010, 10:33:04 AM2/3/10
to android-...@googlegroups.com
Hi, ALL

I tried to access WebSite using WebView whether Android Dev-1 can use
Cookie.
and I confirmed and understood that Android Dev-1 can use Cookie.

Next,
I tried to search where are cookies.txt into Android Dev-1
as shown below.

>adb shell
>$ su -
su -
# find ./* -name cookie*
find ./* -name cookie*
find: not found

but, find command not existed.

I want to know where are cookies.txt.
and I also want to know How to remove cookie.
Please Teach me How to remove cookie.

Regards,
Shusaku.

lbcoder

unread,
Feb 3, 2010, 11:44:41 AM2/3/10
to android-platform
This is dependent on the browser that you happen to use and is
associated specifically with THAT BROWSER.

That means that you need to look in the home directory of the browser
at the files that are there.

Example is the default android browser;

/data/data/com.android.browser

Now you will note that this browser does NOT use any file named
"cookies.txt" -- can't imagine why anyone would want to use a flat
text file for storing a database anyways... whoops, did I say
"database"? Take a look in /data/data/com.android.browser/databases/
webview.db (i.e., use sqlite3 command to open that database.) You will
notice that one of the tables is named "cookies". Wonder why THAT
might be....?

FYI: This is the WRONG group to be asking about things like this.
Android-discuss would be a better group.

Reply all
Reply to author
Forward
0 new messages