I know it is asked before and I have tried:
Intent intent = new Intent(Intent.ACTION_PICK);
intent.setType("video/*, images/*");
startActivity(intent);
But in my Samsung S2 it opens the gallery in selection mode (if I click an item it closes the gallery app). I just wish to open the gallery in normal mode so I can click images and videos and watch them and that is it!
I wasted too much hours for this.... Please help me!