Remove faulty reference to inexistent resource.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-08-05 22:34:24 +00:00
parent 10b9e3b024
commit 9dd48db22c

View file

@ -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