Top "Android-intent-chooser" questions

An Intent to choose from different app options to resolve your request.

Allow user to select camera or gallery for image

What I'm trying to do seems very simple, but after a few days of searching I can't quite figure it …

android android-intent android-camera android-gallery android-intent-chooser
Android: PDF files hidden despite setting the MIME type

This is my Intent: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("text/* , application/pdf, image/*"); But, when …

android pdf android-intent mime-types android-intent-chooser
Choosing between camera and gallery for image selection

I am trying to allow a user to select an image, either from the gallery or by taking a picture …

android android-intent android-camera android-gallery android-intent-chooser