Hello,
I can't find a way to select a file from filesystem (image) in a ImageView.
I do it like this:
private void startCreation(){
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("file/*.*");
intent.putExtra(Intent.EXTRA_MIME_TYPES, new String[]...