Enable 'start on boot' for BG task (#1234)

This commit is contained in:
Imran Remtulla
2024-01-14 00:22:25 -05:00
parent 6b6b4084a0
commit eadf3e5a29

View File

@ -143,6 +143,7 @@ class _ObtainiumState extends State<Obtainium> {
BackgroundFetchConfig(
minimumFetchInterval: 15,
stopOnTerminate: false,
startOnBoot: true,
enableHeadless: true,
requiresBatteryNotLow: false,
requiresCharging: false,