summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-12-22 17:18:39 -0800
committerSteve Kondik <shade@chemlab.org>2014-12-27 12:27:00 +0000
commitdc144e3c1f422dba925b0a62cbb87b7c024ef1b7 (patch)
tree355b34c12e90c5ee4e4873f2308343ed7df13702 /res/values
parent04f294bf3896f10c85a46c998be03856e2a68073 (diff)
downloadandroid_packages_apps_Eleven-dc144e3c1f422dba925b0a62cbb87b7c024ef1b7.tar.gz
android_packages_apps_Eleven-dc144e3c1f422dba925b0a62cbb87b7c024ef1b7.tar.bz2
android_packages_apps_Eleven-dc144e3c1f422dba925b0a62cbb87b7c024ef1b7.zip
Eleven: Show error message for corrupt tracks (additional codepaths)
Add showing error message for code paths where the media player fails gracefully Unfortunately adding the logic to remove the bad track is not trivial because the removeTracks logic automatically does other things to try to go to the next track. For now I will leave the logic so that it goes on to the next track and make a note on the music service rewrite notes to cover this scenario as well. Change-Id: Ib7ae5ce7819b15cdb3ada4995bc0734ab2d9b0a2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 38197c9..5bf25b1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -166,7 +166,7 @@
<string name="empty_generic_secondary">To copy music from your computer to your device, use a USB cable.</string>
<string name="empty_queue_main">No songs in play queue</string>
<string name="empty_queue_secondary">To add songs to your Play Queue, tap the options menu on a song, album, or artist and select \"Add to queue\".</string>
- <string name="error_playing_track">Unable to play track %1$s, removing it from the queue</string>
+ <string name="error_playing_track">Unable to play track %1$s</string>
<!-- Section Headers -->
<string name="header_unknown_year">Unknown year</string>