mirror of
https://github.com/Anthonyy232/Paperize.git
synced 2026-03-13 10:04:27 +08:00
Fix app losing permission after some time https://github.com/Anthonyy232/Paperize/issues/349
This commit is contained in:
@@ -106,6 +106,6 @@ class WallpaperReceiver : BroadcastReceiver() {
|
||||
scheduleSeparately?.let { putExtra("scheduleSeparately", it) }
|
||||
type?.let { putExtra("type", it) }
|
||||
}
|
||||
context.startService(serviceIntent)
|
||||
context.startForegroundService(serviceIntent)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user