1
0
Fork 0

Closes #2673: File manager allows to upload files from third party apps.

master
Arturo Mejia 2019-05-27 13:29:32 -04:00 committed by Sawyer Blatz
parent b5d1d04d88
commit 336ec84a52
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -24,7 +24,7 @@
android:usesCleartextTraffic="true"
tools:ignore="UnusedAttribute">
<activity android:name=".HomeActivity"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|locale|layoutDirection|smallestScreenSize|screenLayout">
<intent-filter>