-
Notifications
You must be signed in to change notification settings - Fork 43
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
Crash on FileDownload #202
Comments
https://stackoverflow.com/questions/25805779/securityexception-downloadmanager-for-android-3-2 https://developer.android.com/reference/android/app/DownloadManager.Request.html |
Set VISIBILITY_VISIBLE_NOTIFY_COMPLETED. |
- Update German translation by Atalanttore - Update Portuguese(BR) translation by etcho - Fix crash on FileDownload (#202) - Try to fix infrator exception
Fix. |
java.lang.SecurityException:
at android.os.Parcel.readException(Parcel.java:1620)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.insert(ContentProviderNative.java:476)
at android.content.ContentResolver.insert(ContentResolver.java:1234)
at android.app.DownloadManager.enqueue(DownloadManager.java:946)
at jp.redmine.redmineclient.fragment.FileDownload$2.onClick(FileDownload.java:114)
at android.view.View.performClick(View.java:5205)
at android.view.View$PerformClick.run(View.java:21164)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method:0)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
The text was updated successfully, but these errors were encountered: