|
|
|
|
|
by mixtur2021
1275 days ago
|
|
AFAIK Modern Android (>= 8.0) reserves the right to kill your app when running in the background unless there's a foreground toast bound (even then, can still be killed in low memory situations). How does this solution work around that? Is there a need to opt into the legacy "battery saver disabled" mode for the app which more closely mirrors <= 7.0 execution model? |
|
System-level integration into Android ROMs would eliminate the need for those things.
[1] https://docs.ntfy.sh/faq/?h=battery#how-much-battery-does-th...