I have a kind of an ApplicationLauncher that has to start the build-in gallery. But I don\'t want to get any result from that gallery. I just want to start it and want my &q
Intent intent = new Intent(); intent.setType("image/*"); intent.setAction(Intent.ACTION_VIEW ); startActivity(intent);