robert_hly

踩坑填坑记录...

导航

2017年2月16日 #

Android 删除图片等资源文件 通知系统更新,重新扫描

摘要: public void delPic(String path){ File delFile = new File(path); if (delFile.exists()) { delFile.delete(); //delPic(path); } MediaScannerConnection.sca 阅读全文

posted @ 2017-02-16 09:50 robert_hly 阅读(762) 评论(0) 推荐(0)