Closed DenBond7 closed 3 months ago
EmbeddedAttachmentsProvider extends DocumentsProvider. Based on the guide the extended class should have android:grantUriPermissions="true" in AndroidManifest.xml. So it can't be removed.
android:grantUriPermissions="true"
as described in #2606 EmbeddedAttachmentsProvider is simple and implements only a few methods. In addition, I've disabled modification explicitly(just in case). Also, modification is not allowed by
read
https://github.com/FlowCrypt/flowcrypt-android/blob/795034ef4bb6037d999023e34eb8792d6019d617/FlowCrypt/src/main/java/com/flowcrypt/email/util/GeneralUtil.kt#L481
val
EmbeddedAttachmentsProvider extends DocumentsProvider. Based on the guide the extended class should have
android:grantUriPermissions="true"
in AndroidManifest.xml. So it can't be removed.as described in #2606 EmbeddedAttachmentsProvider is simple and implements only a few methods. In addition, I've disabled modification explicitly(just in case). Also, modification is not allowed by
read
mode)https://github.com/FlowCrypt/flowcrypt-android/blob/795034ef4bb6037d999023e34eb8792d6019d617/FlowCrypt/src/main/java/com/flowcrypt/email/util/GeneralUtil.kt#L481
val
. The last one is immutable.