Add option to restart #23.1 - #93
Conversation
|
Sorry for late review @gwicks56 and thanks for submitting this. If you're still interested in this pull request, please be aware that it requires a rebase and resolving conflicts before we can proceed. I'd also recommend naming the setting something like "Auto-start on boot", I think "auto-start" is clearer than "restart", "restart" sounds like we're shutting down the daemon and starting it back up. |
|
Skip to content GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Operating systems and containers Matrix builds Any language Live logs Secret store Multi-container testing Footer Copied! |
New code for the auto Daemon restart. It's now a checkbox in Settings -> Daemon Configuration -> Restart on Boot.
If checked, upon phone startup the app will start, go to MainActivity, wait 30 seconds and toggle the Daemon switch to ON.
Adds RECEIVE_BOOT_COMPLETED permission.