编程擦除Android浏览器的缓存,历史记录等与根历史记录、缓存、擦除、浏览器

2023-09-06 21:55:14 作者:揽风挽你

我有被锁定(用户将只能使用标准的问题,Android浏览器)的Andr​​oid平板电脑,所以所有的Internet临时的东西应该是在同一个地方。

I have an android tablet that is locked down (users will only be able to use standard issue android browser), so all the temporary internet stuff should be in the same place.

假如我能够根设备的某个时候在这里很快,我希望能消灭(1)饼干,(2)临时Internet文件,( 3)历史,(4)形式的数据,(5)的位置信息的访问,(6)的密码,(7)高速缓存。

Assuming I am able to root the device sometime here soon, I would like to be able to wipe out (1) cookies,(2) temp internet files,(3) history,(4) form data,(5) location access info,(6) passwords, (7) cache.

我想我能淘汰大部分这些擦除:

I think I can knock out most of these by erasing:

/data/data/com.android.browser/cache

小甜饼看起来是在数据库中。我不知道如果我只是能删除

/data/data/com.android.browser/databases/webview.db

然后我想,我可以将这些文件直接删除,以删除位置信息:

/data/data/com.google.android.location/files/wifi

/data/data/com.google.android.location/files/cell

那会照顾一切?

Will that take care of everything?

我是谁留下的?

它是安全的只是删除该数据库?有谁知道?

Is it safe to just erase that database? Does anyone know?

推荐答案

怎么样一些简单的

adb shell pm clear com.android.browser 

这是命令行?