Skip to content

Commit

Permalink
Fix crash in ApkUpdateJob due to missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Oct 24, 2024
1 parent 150c354 commit 8d0d985
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class ApkUpdateJob private constructor(parameters: Parameters) : BaseJob(paramet
setTitle("Downloading ${R.string.app_name} update")
setDescription("Downloading ${R.string.app_name} $versionName")
setDestinationInExternalFilesDir(context, null, "molly-update.apk")
setNotificationVisibility(DownloadManager.Request.VISIBILITY_HIDDEN)
}

val downloadId = context.getDownloadManager().enqueue(downloadRequest)
Expand Down

0 comments on commit 8d0d985

Please sign in to comment.