-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello, thanks for the repo..you save my work..but i have 1 question to ask..
How to add multiple type of attachment from the below code..let say i like to have only 3 type of attachment..how can i do that..
try {
val addAttachment = Intent(Intent.ACTION_GET_CONTENT)
addAttachment.type = "/"
addAttachment.action = Intent.ACTION_GET_CONTENT
addAttachment.action = Intent.ACTION_OPEN_DOCUMENT
activityResultLauncherForDocs!!.launch(addAttachment)
} catch (exception: Exception) {
Log.d(
"openAttachments",
"Exception-------->" + exception.message
)
}
Metadata
Metadata
Assignees
Labels
No labels