diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-01-11 11:17:45 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-01-11 11:17:45 +0100 |
commit | c296d6f4466e2616432660bb01465f3746e1bb65 (patch) | |
tree | 3aa0accefa3a69662564c9d2119a77b185d1205c /src/main/res/values/strings.xml | |
parent | 95db6db935ff58ce2731ab535e3758a13dd5b68b (diff) |
ask to be excluded from battery optimization
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index deffa64e..2185d099 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -575,4 +575,8 @@ <string name="pref_picture_compression_summary">Resize and compressed pictures</string> <string name="always">Always</string> <string name="automatically">Automatically</string> + <string name="battery_optimizations_enabled">Battery optimizations enabled</string> + <string name="battery_optimizations_enabled_explained">Your phone is doing some heavy battery optimizations on Conversations that might lead to delayed notifications or even message loss. It is recommended to disable those.</string> + <string name="battery_optimizations_enabled_dialog">Your phone is doing some heavy battery optimizations on Conversations that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those.</string> + <string name="disable">Disable</string> </resources> |