Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Quick Tile #186

Open
shailantani opened this issue Jun 26, 2024 · 3 comments
Open

Service Quick Tile #186

shailantani opened this issue Jun 26, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@shailantani
Copy link

shailantani commented Jun 26, 2024

It's a very small issue, but its a bit long process, going to the app, and then starting the plain-app service.

A solution to that is, creating a quick settings tile which can toggle between starting/stopping the service.

Another alternative could be creating a simple widget, which can toggle between starting and stopping service too.

@shailantani shailantani added the enhancement New feature or request label Jun 26, 2024
@ismartcoding
Copy link
Owner

That means the service has to run in a separate process. When a service needs to run in a separate process in an Android app, it makes things more complicated because the app and the service can't easily share data or sync events. Handling this communication between processes adds extra complexity to the project. So put this in low priority.

@shailantani
Copy link
Author

Sure, that makes sense. Thanks for the reply!

@ismartcoding
Copy link
Owner

A simple walk around for this is that you don't need to toggle the start/stop service button each time, just kill the whole app if you don't need it. And next time when you need it, just open the app, the service will be started automatically if the switch was on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants