mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
fixes: icon + localservice.java
This commit is contained in:
parent
4b8466e5e5
commit
debd13d8c3
Binary file not shown.
Before Width: | Height: | Size: 8.5 KiB |
BIN
qt/i2pd_qt/android/res/drawable/itoopie_notification_icon.png
Normal file
BIN
qt/i2pd_qt/android/res/drawable/itoopie_notification_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -77,7 +77,7 @@ public class LocalService extends Service {
|
|||||||
|
|
||||||
// Set the info for the views that show in the notification panel.
|
// Set the info for the views that show in the notification panel.
|
||||||
Notification notification = new NotificationCompat.Builder(this)
|
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
|
.setTicker(text) // the status text
|
||||||
.setWhen(System.currentTimeMillis()) // the time stamp
|
.setWhen(System.currentTimeMillis()) // the time stamp
|
||||||
.setContentTitle(getText(R.string.local_service_label)) // the label of the entry
|
.setContentTitle(getText(R.string.local_service_label)) // the label of the entry
|
||||||
|
Loading…
Reference in New Issue
Block a user