30/09/2018, 20:19
Get link image view từ bộ nhớ máy
Mọi người cho em hỏi làm sao để get link của 1 bức ảnh từ bộ nhớ , rồi mình decode thành Bitmap vậy ?
Em có dùng intent.setAction(Intent.ACTION_GET_CONTENT);
intent.setType(“image/”);
startActivityForResult(Intent.createChooser(intent, “Select Picture”), 1); nhưng mà lúc được lúc không với cả tùy máy mới được !
Bài liên quan