diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2013-08-14 12:26:03 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2013-08-14 12:26:03 -0400 |
commit | 3f8e6c26a348562799762ae1289195e557a02eaa (patch) | |
tree | 6bcf7773d48b618b6d871045581b90fa72139d76 /res/values | |
parent | 6b69f7fe28b0996d4cbaa97bf274ebc0d3c7cf34 (diff) | |
download | AntennaPod-3f8e6c26a348562799762ae1289195e557a02eaa.zip |
Adds an option to pause audio while audio focus is lost. This is helpful when using navigation apps (for example) so that you can hear what the navigation app says and you don't miss whatever was being said on your podcast. Without this setting checked they may wind up talking over each other, which can be confusing.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b3f9975cb..2060dc777 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -250,5 +250,7 @@ <string name="folder_not_empty_dialog_title">Folder is not empty</string> <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string> <string name="set_to_default_folder">Choose default folder</string> + <string name="pref_pausePlaybackForNotifications_sum">Pause playback instead of lowering volume when another app wants to play sounds</string> + <string name="pref_pausePlaybackForNotifications_title">Pause for notifications</string> </resources>
\ No newline at end of file |