-
Notifications
You must be signed in to change notification settings - Fork 473
For #9830: Do not request/use WRITE_EXTERNAL_STORAGE on Android 11 and above #10686
Conversation
Here is the issue for this PR: #9830 |
eede703
to
09fbc5e
Compare
I updated the tests a bit as we can do it as normal JVM tests, I also waiting for #10778 to be addressed as we are not able run tests for this PR until is fixed. |
...downloads/src/main/java/mozilla/components/feature/downloads/manager/FetchDownloadManager.kt
Show resolved
Hide resolved
This pull request has conflicts when rebasing. Could you fix it @czlucius? 🙏 |
It seems like the tests are working already. |
Not really :(, |
Now tests are running 🙌🏽 |
67d88a8
to
4f78ff4
Compare
Now we just need to address, this import lint
|
4f78ff4
to
ed067fc
Compare
…ownloading files on devices with Android 10 and above
ed067fc
to
e0481d5
Compare
As scoped storage is available in Android 10, we don't need to require it on Android 10 and above |
I did some manual testing and everything looks good 👍🏽 . |
I can rename it back if necessary |
Thanks |
Do the list fixes to the code still need to be made? |
Thanks for asking, they are already addressed. The patch is on is way to be merged :) |
Thanks @czlucius for all your effort 🥇 ! |
Sorry, I made a typo. I meant "lint" fixes |
No worries, they are also addressed :) |
Pull Request checklist
After merge