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
Hi everyone. I have some problem with periodic service launched by Alarm Manager. Alarm Manager not working, when app killed from task. My service it's a JobIntentService, it works fine if app lauched. How can I resolve this problem?
In logcat I found this line:
2020-12-01 17:57:53.205 1551-2003/? D/ProcessManager: remove task: TaskRecord{7fad83 ...<PACKAGE_NAME>
After killing app alarm disappear, and not showing by command:
adb shell dumpsys alarm
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I have some problem with periodic service launched by Alarm Manager. Alarm Manager not working, when app killed from task. My service it's a JobIntentService, it works fine if app lauched. How can I resolve this problem?
In logcat I found this line:
2020-12-01 17:57:53.205 1551-2003/? D/ProcessManager: remove task: TaskRecord{7fad83 ...<PACKAGE_NAME>
After killing app alarm disappear, and not showing by command:
adb shell dumpsys alarm
Beta Was this translation helpful? Give feedback.
All reactions