使用的代码
try {
ContentResolver cR = getContentResolver();
Browser.clearHistory(cR);
Browser.clearSearches(cR);
} catch (Exception e){
e.printStackTrace();
}
直到Android Kitkat,历史才被清除,但是从Lollypop和marshmallow开始,它还没有被清除.. 执行上面的代码后,历史未被清除,有什么我想念的吗?