flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

Background service starts after boot

Open bobosette opened this issue 2 years ago • 3 comments

Hi everybody. I don't know if someone have already had this problem, but I noticed that after boot the background service of my app starts but I don't want it. Is there a way to change this behaviour? Thank you

bobosette avatar Dec 20 '21 22:12 bobosette

There should be a function like FlutterBackgroundService.setAutoBootMode(). Default value is true, change it to false.

huseyinemreuslu avatar Dec 22 '21 14:12 huseyinemreuslu

Thank you man

Il Mer 22 Dic 2021, 15:56 Hüseyin Emre @.***> ha scritto:

There should be a function like FlutterBackgroundService.setAutoBootMode(). Default value is true, change it to false.

— Reply to this email directly, view it on GitHub https://github.com/ekasetiawans/flutter_background_service/issues/76#issuecomment-999636385, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEWB4OGQ5KC43RCL2FNEXLUSHRKRANCNFSM5KOYYVPA . You are receiving this because you authored the thread.Message ID: @.***>

bobosette avatar Dec 22 '21 17:12 bobosette

Hi tried but it throws an exceptio: missing implementation of method "setautobootmode". How can I fix it?

bobosette avatar Dec 23 '21 16:12 bobosette