2014年11月5日

摘要: 1 Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE); 2 Uri uri = Uri.fromFile(new File("/sdcard/image.jpg")); 3 intent.setData(uri); 4... 阅读全文
posted @ 2014-11-05 14:05 屌丝迷途 阅读(321) 评论(0) 推荐(0)

导航