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:
parent
10b9e3b024
commit
9dd48db22c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue