Cleanup DownloadService

This commit is contained in:
topjohnwu
2022-02-03 03:50:40 -08:00
parent 10f991b8d0
commit 084e0a73dc
8 changed files with 210 additions and 215 deletions
@@ -48,7 +48,7 @@ object Notifications {
}
fun managerUpdate(context: Context) {
val intent = DownloadService.getPendingIntent(context, Subject.Manager())
val intent = DownloadService.getPendingIntent(context, Subject.App())
val builder = updateBuilder(context)
.setContentTitle(context.getString(R.string.magisk_update_title))