在marshmallow中清除Android默认浏览器历史记录无法正常工作,

时间:2016-09-27 13:00:22

标签: android

使用的代码

     try {
            ContentResolver cR = getContentResolver();

            Browser.clearHistory(cR);
            Browser.clearSearches(cR);
        } catch (Exception e){
            e.printStackTrace();
        }

直到Android Kitkat,历史才被清除,但是从Lollypop和marshmallow开始,它还没有被清除.. 执行上面的代码后,历史未被清除,有什么我想念的吗?

0 个答案:

没有答案