Open freshollie opened 7 years ago
An update to this. It seems to be fixed by the @mobile-insight team https://github.com/mobile-insight/python-for-android/commit/a4e1d289f28c2e700117fe4f2a31101094c284f8
Though they don't appear to have made a pull request.
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