We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1. 11.0
Android 7, and below
The bug is depending on specific API levels:
Sometimes, stored files do not appear in the download manager.
Device specific
No response
This can probably be solved by using the relevant method in download manager:
DownloadManager#addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
App version
v1. 11.0
Android version
Android 7, and below
Describe the bug
The bug is depending on specific API levels:
Sometimes, stored files do not appear in the download manager.
Steps to reproduce the bug
Device specific
Stacktrace
No response
Screenshots and additional context
This can probably be solved by using the relevant method in download manager:
The text was updated successfully, but these errors were encountered: