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)
浙公网安备 33010602011771号