as in the title, but i don't need to return anythimg! just open a gallery.. i tried with
Intent intent = new Intent(Intent.ACTION_VIEW, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI);
intent.setAction(Intent.ACTION_VIEW);
startActivity(intent);
but i have problem with HTC devices stock gallery... i only need to open a gallery on the device...stock or alternative/downloaded one.
with startActivityForResult return the selected photos, but i don't care... i need that the user can long tap to select multiple photos and than click "share via" command