-
Notifications
You must be signed in to change notification settings - Fork 80
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
Crash when goin into background #211
Comments
Same here! == User Information == == Device Information == OS Version: 11 (4.14.199) Max memory: 536870912 == Stacktrace == java.lang.IllegalStateException: Not allowed to start service Intent { cmp=de.qspool.clementineremote/.backend.ClementineService (has extras) }: app is in background uid UidRecord{d0e60b7 u0a120 TPSL bg:+2m30s733ms idle change:cached procs:1 seq(0,0,0)} |
looks like an Android-API issue: https://stackoverflow.com/questions/46445265/android-8-0-java-lang-illegalstateexception-not-allowed-to-start-service-inten#47654126 ? |
The text was updated successfully, but these errors were encountered: