1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Merge pull request #721 from capi/issue-715

Explain requirement for notification in "Run as foreground" setting (fixes #715)
This commit is contained in:
Felix Ableitner 2016-08-13 14:44:56 +02:00 committed by GitHub
commit 45894bacb8

View file

@ -302,7 +302,7 @@ Please report any problems you encounter via Github.</string>
<string name="run_as_foreground_service">Run service with foreground priority</string> <string name="run_as_foreground_service">Run service with foreground priority</string>
<string name="run_as_foreground_service_summary">If enabled, Syncthing will run with foreground priority and is less likely to be stopped by Android. This might cause other services to be stopped if available memory is low.</string> <string name="run_as_foreground_service_summary">If enabled, Syncthing will run with foreground priority and is less likely to be stopped by Android. This might cause other services to be stopped if available memory is low. A low-priority notification needs to be shown due to Android requirements, regardless of the \"Notification\" setting.</string>
<!-- Toast shown after config was successfully exported --> <!-- Toast shown after config was successfully exported -->
<string name="config_export_successful">Config was exported to %1$s</string> <string name="config_export_successful">Config was exported to %1$s</string>