From 9dd48db22c3bea2d8d83afef43bafdb5e0ff166c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 5 Aug 2010 22:34:24 +0000 Subject: [PATCH] Remove faulty reference to inexistent resource. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27730 a1c6a512-1295-4272-9138-f99709370657 --- android/src/org/rockbox/RockboxService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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