I open a file with Intent using Bellow code
Intent intent_upload = new Intent(); intent_upload.setType("*/*"); intent_upload.setAction(Intent.ACTION_GET_CONTENT); activity.startActivityForResult(intent_upload, Constants.FILE_PICK_REQUEST_CODE);
I want to remove contact information from the list, please someone can help.
thanks 
java android android-intent picking
Jogendra gouda
source share