summaryrefslogtreecommitdiff
path: root/android/res
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-08-03 22:56:24 +0000
committerThomas Martitz <kugel@rockbox.org>2010-08-03 22:56:24 +0000
commit9dd0158ffb98ddbd5bef0e45a9b561294ce50264 (patch)
tree7df364f01c95c6f9b9b0a831aa802670eb4a0933 /android/res
parent83c60a1012f2db6c21c5779f7e11b2f3e479df85 (diff)
downloadrockbox-9dd0158ffb98ddbd5bef0e45a9b561294ce50264.tar.gz
rockbox-9dd0158ffb98ddbd5bef0e45a9b561294ce50264.zip
Run Rockbox as a service, which allows for music decoding&playback in the background,
the activity only attaches to the framebuffer for displaying it. An icon in the notification area is displayed (it could be prettier I guess). Note: Some HTC phones won't, includng mine, get enough CPU time to do background decoding fluently, see: http://code.google.com/p/android/issues/detail?id=9663 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27686 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/res')
-rw-r--r--android/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 6c3c8464fd..9320b2624d 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -2,4 +2,5 @@
2<resources> 2<resources>
3 3
4 <string name="app_name">Rockbox</string> 4 <string name="app_name">Rockbox</string>
5<string name="notification">Rockbox</string>
5</resources> 6</resources>