summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0137592fc9..3452504498 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,8 +32,9 @@ Line wrap the file at 100 chars. Th
#### Android
- Avoid running in foreground when not connected.
- Avoid removing notification when service is stopped.
-- Change so that swiping the notification no longer kills the service since that isn't a common way of handling the
- lifecycle in Android. Instead rely on the following mechanisms to kill the service:
+- Change so that swiping the notification no longer kills the service since that isn't a common way
+ of handling the lifecycle in Android. Instead rely on the following mechanisms to kill the
+ service:
* Swiping to remove from the Recents/Overview screen.
* Android Background Execution Limits.
* The System Settings way of killing apps ("Force Stop").