Skip to content

Commit

Permalink
AND-9526 [Security] Add FLAG_GRANT_READ_URI_PERMISSION flag for mail …
Browse files Browse the repository at this point in the history
…intent

Signed-off-by: Mama1emon <andrew.khokhlove@gmail.com>
  • Loading branch information
Mama1emon committed Dec 24, 2024
1 parent 359d1be commit c27ab5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ internal class AndroidEmailSender : EmailSender {
}

return builder.intent
.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
}
}

0 comments on commit c27ab5b

Please # to comment.