diff options
Diffstat (limited to 'android/src/org')
| -rw-r--r-- | android/src/org/rockbox/RockboxService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/org/rockbox/RockboxService.java b/android/src/org/rockbox/RockboxService.java index 216cd12..5f8329d 100644 --- a/android/src/org/rockbox/RockboxService.java +++ b/android/src/org/rockbox/RockboxService.java @@ -154,7 +154,7 @@ public class RockboxService extends Service CharSequence text = getText(R.string.notification); // Set the icon, scrolling text and timestamp - notification = new Notification(R.drawable.rb, text, + notification = new Notification(R.drawable.icon, text, System.currentTimeMillis()); // The PendingIntent to launch our activity if the user selects this notification |