use new icons from @thepoweroftwo

This commit is contained in:
Kevin Hester
2021-01-30 14:59:28 +08:00
parent 6c3c20c154
commit 0693d7786d
9 changed files with 23 additions and 11 deletions

View File

@@ -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)