Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("/");
startActivityForResult(photoPickerIntent, Constan