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:
commit
45894bacb8
1 changed files with 1 additions and 1 deletions
|
@ -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_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 -->
|
||||
<string name="config_export_successful">Config was exported to %1$s</string>
|
||||
|
|
Loading…
Reference in a new issue