luiisca / floaty

Apache License 2.0
0 stars 0 forks source link

explore service restarts for quickly recovering from the system killing it #33

Open luiisca opened 1 week ago

luiisca commented 1 week ago

from android docs:

if your service is started, you must design it to gracefully handle restarts by the system. If the system kills your service, it restarts it as soon as resources become available, but this also depends on the value that you return from [onStartCommand()](https://developer.android.com/reference/android/app/Service#onStartCommand(android.content.Intent,%20int,%20int)). For more information about when the system might destroy a service, see the Processes and Threading document.

linear[bot] commented 1 week ago

GIT-402 explore service restarts for quickly recovering from the system killing it