-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't download file #79
Comments
Tried whitelisting? |
I tried add "com.android.providers.downloads" and "com.android.providers.downloads.ui" to whitelist, but still can't download. When I was using Android 6.0 with Blokada 2.2.3, there is no problem with Android's DownloadManager. |
Do you have Play Store in your whitelist?
|
Yes, Play Store in whitelist by default setting. |
Last night, I reinstall Android 7 on my OP3T. |
In newer android APIs (such as API 27), URL should be encoded. Otherwise, it results in unsuccessful download. Check if your URL contains any [ or spaces or .... |
When I enabled blokada, and using Android's DownloadManager to download files.
They always be "Queued", can't download.
And few minutes later, the download status were change to "Unsuccessful".
Queued
Unsuccessful
Blokada 2.2.3
Android 7.1.1
OnePlus 3T
The text was updated successfully, but these errors were encountered: