10 2012 档案

摘要:通知MediaStore扫描某个文件: private void scanSingleFile(String filePath) { if (filePath == null) { return; }// broadcast to scan file boolean bmnt = Environment.getExternalStorageDirectory().getPath() .startsWith("/mnt"); bmnt = mDownloadDestination ... 阅读全文
posted @ 2012-10-24 18:04 wsjisji 阅读(5676) 评论(0) 推荐(0)