Closed txcyy closed 4 years ago
solved the problem by add permission <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
but i test my app,I change the app status to background it works few times,my function is no longer executed
run app, and log 'job started', then I change the app status to background , about 5 seconds later, the app crashed. Did I do anything wrong?