07 2014 档案

摘要:方法一:Uri updateUri = Uri.fromFile(file); Intent updateIntent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, updateUri); sendBroadcast(update... 阅读全文
posted @ 2014-07-29 12:36 Self_improve 阅读(631) 评论(0) 推荐(0)
摘要:Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(IMAGE_TYPE); startActivityForResult(intent, 2); ContentResolver r... 阅读全文
posted @ 2014-07-24 16:09 Self_improve 阅读(450) 评论(0) 推荐(0)