From 336ec84a52b24aaa58e3e3de97123b11170f6875 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 27 May 2019 13:29:32 -0400 Subject: [PATCH] Closes #2673: File manager allows to upload files from third party apps. --- CHANGELOG.md | 1 + app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aa22cd3..704bb98d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - #225 - Adds the ability to delete all browsing data ### Changed +- #2673 - Fixed can't upload files using third party apps from the file manager. - #1429 - Updated site permissions ui for MVP - #1599 - Fixed a crash creating a bookmark for a custom tab - #1414 - Fixed site permissions settings getting reset in Android 6. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a2211fc1e..86377e1e5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,7 +24,7 @@ android:usesCleartextTraffic="true" tools:ignore="UnusedAttribute">