How to open attachment list of media?
In Android messaging, when click on attach it open the list of content provider like Camera, Gallery, Audio, Video etc . How to open the same list on button click? Like this : Femi What you want is actually a little complex: you need to call a method like this in your Activity private void showAddAttachmentDialog() { AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setIcon(R.drawable.ic_dialog_attach); builder.setTitle(R.string.add_attachment); AttachmentTypeSelectorAdapter mAttachmentTypeSelectorAdapter = new AttachmentTypeSelectorAdapter(this,