Allow Multiple

Extras
Extra key: 
com.blackmoonit.extra.ALLOW_MULTIPLE

Primarily used in conjunction with the Pick File action so that multiple files will be returned instead of just one. Instead of using resultIntent.getData(), the code necessary to retrieve multiple file uris in onActivityResult would be
ArrayList<Uri> fileUriList = resultIntent.getExtras().get(Intent.EXTRA_STREAM);