You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY
services = transactiontrackerservice:service.py:foreground
My application runs a foreground service which creates a notification for the service.
If the user clicks the notification they get "Stopped working" dialog, but the app does launch.
Build spec: https://github.com/freshollie/cashpassport-tracker/blob/master/buildozer.spec
Kivy Activity: https://github.com/freshollie/cashpassport-tracker/blob/master/src/main.py
Service: https://github.com/freshollie/cashpassport-tracker/blob/master/src/service.py
The text was updated successfully, but these errors were encountered: