diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-29 13:58:37 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-29 13:58:37 +0200 |
commit | d5608cb4f3bd357e46513a38b8f3676049992dcc (patch) | |
tree | bbdd613417db92f08e437d69f1ee8a7a09dc3717 /src/main/res/values/strings.xml | |
parent | c7882b7225bc9615aa69066c3182014992ad24d1 (diff) |
catch ActivityNotFoundException when requesting battery op
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
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> |