+ 1
Will this code helpful to open gallery and to choose image?
Intent intent =newIntent(); // Show only images, no videos or anything elseintent.setType("image/*"); intent.setAction(Intent.ACTION_GET_CONTENT); // Always show the chooser (ifthere are multiple options available) startActivityForResult (Intent.createChooser(intent,"Select Picture"), PICK_IMAGE_REQUEST);
1 ответ
+ 2
I don't think so
but keep trying