Skip to content

Multiple attachment type #2

@BadJoker91

Description

@BadJoker91

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions