summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/src/org/rockbox/RockboxService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/org/rockbox/RockboxService.java b/android/src/org/rockbox/RockboxService.java
index 216cd12e77..5f8329d0c3 100644
--- a/android/src/org/rockbox/RockboxService.java
+++ b/android/src/org/rockbox/RockboxService.java
@@ -154,7 +154,7 @@ public class RockboxService extends Service
154 CharSequence text = getText(R.string.notification); 154 CharSequence text = getText(R.string.notification);
155 155
156 // Set the icon, scrolling text and timestamp 156 // Set the icon, scrolling text and timestamp
157 notification = new Notification(R.drawable.rb, text, 157 notification = new Notification(R.drawable.icon, text,
158 System.currentTimeMillis()); 158 System.currentTimeMillis());
159 159
160 // The PendingIntent to launch our activity if the user selects this notification 160 // The PendingIntent to launch our activity if the user selects this notification