mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 13:44:53 +03:00
Set default NotificationChannel importance to low
This commit is contained in:
parent
85ee301a16
commit
a2779d2585
@ -59,7 +59,7 @@ implements SharedPreferences.OnSharedPreferenceChangeListener{
|
||||
iconChannel = new NotificationChannel(
|
||||
channelId,
|
||||
getString(R.string.title_icon_channel),
|
||||
NotificationManager.IMPORTANCE_DEFAULT);
|
||||
NotificationManager.IMPORTANCE_LOW);
|
||||
iconChannel.setShowBadge(false);
|
||||
iconChannel.enableLights(false);
|
||||
iconChannel.enableVibration(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user