fixes: icon + localservice.java

This commit is contained in:
hypnosis-i2p 2016-06-19 21:13:21 +08:00
parent 4b8466e5e5
commit debd13d8c3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -77,7 +77,7 @@ public class LocalService extends Service {
// Set the info for the views that show in the notification panel.
Notification notification = new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.itoopie) // the status icon
.setSmallIcon(R.drawable.itoopie_notification_icon) // the status icon
.setTicker(text) // the status text
.setWhen(System.currentTimeMillis()) // the time stamp
.setContentTitle(getText(R.string.local_service_label)) // the label of the entry