Skip to content

Commit

Permalink
Use RECOMMENDATION category for announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Sep 11, 2024
1 parent 51fa884 commit a99c7fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class AnnouncementNotificationManager(
.setSmallIcon(R.drawable.ic_notification)
.setAutoCancel(true)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setCategory(NotificationCompat.CATEGORY_RECOMMENDATION)
.setContentIntent(
PendingIntent.getActivity(
context,
Expand Down

0 comments on commit a99c7fa

Please sign in to comment.