Bitmap bitmap = null; try { bitmap = Images.Media.getBitmap(getActivity().getContentResolver(), uri); } catch (FileNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); }