-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Shouldn't the PythonService class be a little bit more flexible? Right now it's only possible to create a foreground service with a notification. If a developer wants, for instance, to create a sticky service without "On going" notifications, it's not possible.
I think it would be nice to change the start_service() in PythonActivity (and of course PythonService) to be able to do this kind of stuff easily.
Have you guys already thought this through?
Reactions are currently unavailable