mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Enable 'start on boot' for BG task (#1234)
This commit is contained in:
@ -143,6 +143,7 @@ class _ObtainiumState extends State<Obtainium> {
|
||||
BackgroundFetchConfig(
|
||||
minimumFetchInterval: 15,
|
||||
stopOnTerminate: false,
|
||||
startOnBoot: true,
|
||||
enableHeadless: true,
|
||||
requiresBatteryNotLow: false,
|
||||
requiresCharging: false,
|
||||
|
Reference in New Issue
Block a user