Skip to content

Commit

Permalink
IMPORTANCE_LOW makes noice on Oreo, which is not what we want.
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Jun 19, 2018
1 parent 1609f7b commit 0441cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class NotificationsManager(private val mService: AudioService) {
val name = "Audioserve"
// The user-visible description of the channel.
val description = "Audioserve playback notification channel"
val importance = NotificationManager.IMPORTANCE_DEFAULT
val importance = NotificationManager.IMPORTANCE_LOW
val mChannel = NotificationChannel(CHANNEL_ID, name, importance)
// Configure the notification channel.
mChannel.description = description
Expand Down

0 comments on commit 0441cd8

Please sign in to comment.