commit | 6ec82c5a3f0c0d290ecda40cb1e9b40607af5691 | [log] [tgz] |
---|---|---|
author | Tor Andersson <tor.andersson@artifex.com> | Fri Feb 07 12:59:48 2020 +0100 |
committer | Sebastian Rasmussen <sebras@gmail.com> | Mon Feb 10 18:25:57 2020 +0800 |
tree | fa972d0f41f92a08bdb625926e7569472d9e4d97 | |
parent | 0e77c364d9739866d88af8c737657962ecd14402 [diff] |
Bug 701668: Reduce target to API level 28. Targeting API level 29 denies permission to external media storage, and requires us to use the storage access framework to open documents. This framework is only available from Android 4.4 (API level 19) which would require that we increase the minimum required version, as well as rework the file picker.