AgoraDesk-LocalMonero / agoradesk-app-foss

Source code for the AgoraDesk/LocalMonero Mobile Applications. https://agoradesk.com
Apache License 2.0
136 stars 18 forks source link

AgoraDesk & LocalMonero apps both starting on boot #257

Closed now0clock closed 7 months ago

now0clock commented 8 months ago

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

sergdeus commented 8 months ago

Hi! I think this is an interesting feature, will try to implement it. Thanks!