编程擦除Android浏览器的缓存,历史记录等与根 [英] programmatically erase android browser cache, history, etc. with root

查看:298
本文介绍了编程擦除Android浏览器的缓存,历史记录等与根的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有被锁定(用户将只能使用标准的问题,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 

这是命令行?

这篇关于编程擦除Android浏览器的缓存,历史记录等与根的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆