I have a few Android devices, with seperate variations of these apps (both) + I have a few hundred apps at least on these things.
I've been trying stop any app not necessary to start on boot from receiving the "android.permission.RECEIVE_BOOT_COMPLETED" permission.
In this case I think it's "com.pravera.flutter_foreground_task.service.BootReceiver"
For these apps I would just open them when I have a trade going, then close them afterwards. They will both give notifications, too. I don't need them open after that.
Maybe there could be a toggle in settings, like "Start on Boot?" with a yes/no option? And a "Close app" or "Exit" button. I wish other apps not related would have these settings.
I have a few Android devices, with seperate variations of these apps (both) + I have a few hundred apps at least on these things.
I've been trying stop any app not necessary to start on boot from receiving the "android.permission.RECEIVE_BOOT_COMPLETED" permission.
In this case I think it's "com.pravera.flutter_foreground_task.service.BootReceiver"
For these apps I would just open them when I have a trade going, then close them afterwards. They will both give notifications, too. I don't need them open after that.
Maybe there could be a toggle in settings, like "Start on Boot?" with a yes/no option? And a "Close app" or "Exit" button. I wish other apps not related would have these settings.
Thanks for reading