android 删除文件 mediaScan 更新

String where = FileColumns._ID + “=?”;

getContentResolver().delete(Files.getContentUri(“external”), where, new String[]{id});

原文地址:https://www.cnblogs.com/pengxinglove/p/4479837.html