mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
use new icons from @thepoweroftwo
This commit is contained in:
parent
6c3c20c154
commit
0693d7786d
9 changed files with 23 additions and 11 deletions
|
|
@ -73,7 +73,7 @@ class MeshServiceNotifications(
|
|||
val builder = NotificationCompat.Builder(context, channelId).setOngoing(true)
|
||||
.setPriority(NotificationCompat.PRIORITY_MIN)
|
||||
.setCategory(category)
|
||||
.setSmallIcon(android.R.drawable.stat_sys_data_bluetooth)
|
||||
.setSmallIcon(R.drawable.app_icon)
|
||||
.setContentTitle(summaryString) // leave this off for now so our notification looks smaller
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setContentIntent(openAppIntent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue