Increased importance of service notification channel (also used for active call notifications)
This commit is contained in:
parent
9eeb79a5a9
commit
cdf8b55d06
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class ApiTwentySixPlus {
|
|||
CharSequence name = context.getString(R.string.content_title_notification_service);
|
||||
String description = context.getString(R.string.content_title_notification_service);
|
||||
NotificationChannel channel =
|
||||
new NotificationChannel(id, name, NotificationManager.IMPORTANCE_NONE);
|
||||
new NotificationChannel(id, name, NotificationManager.IMPORTANCE_LOW);
|
||||
channel.setDescription(description);
|
||||
channel.enableVibration(false);
|
||||
channel.enableLights(false);
|
||||
|
|
Loading…
Reference in a new issue