aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-04-29 13:58:37 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-04-29 13:58:37 +0200
commitd5608cb4f3bd357e46513a38b8f3676049992dcc (patch)
treebbdd613417db92f08e437d69f1ee8a7a09dc3717 /src/main/res/values/strings.xml
parentc7882b7225bc9615aa69066c3182014992ad24d1 (diff)
catch ActivityNotFoundException when requesting battery op
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7c027b50..ae5c704c 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -635,4 +635,5 @@
<string name="presence_xa">Not Available</string>
<string name="presence_dnd">Busy</string>
<string name="secure_password_generated">A secure password has been generated</string>
+ <string name="device_does_not_support_battery_op">Your device does not support opting out of battery optimization</string>
</resources>