mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-22 09:09:41 +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(
|
BackgroundFetchConfig(
|
||||||
minimumFetchInterval: 15,
|
minimumFetchInterval: 15,
|
||||||
stopOnTerminate: false,
|
stopOnTerminate: false,
|
||||||
|
startOnBoot: true,
|
||||||
enableHeadless: true,
|
enableHeadless: true,
|
||||||
requiresBatteryNotLow: false,
|
requiresBatteryNotLow: false,
|
||||||
requiresCharging: false,
|
requiresCharging: false,
|
||||||
|
Reference in New Issue
Block a user