d266c36c91
If the foreground service doesn't have anything to do and terminates quickly, the system will kill us, even though the service had called startForeground(). To prevent this, we don't promise that our service will be a foreground service. We can still be a foreground service, but escape the punishment if we are too quick. |
||
---|---|---|
.. | ||
development | ||
libs | ||
src | ||
build.gradle.kts | ||
lint.xml |