mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
fixes: icon + localservice.java
This commit is contained in:
parent
4b8466e5e5
commit
debd13d8c3
3 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue