mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +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(
|
iconChannel = new NotificationChannel(
|
||||||
channelId,
|
channelId,
|
||||||
getString(R.string.title_icon_channel),
|
getString(R.string.title_icon_channel),
|
||||||
NotificationManager.IMPORTANCE_DEFAULT);
|
NotificationManager.IMPORTANCE_LOW);
|
||||||
iconChannel.setShowBadge(false);
|
iconChannel.setShowBadge(false);
|
||||||
iconChannel.enableLights(false);
|
iconChannel.enableLights(false);
|
||||||
iconChannel.enableVibration(false);
|
iconChannel.enableVibration(false);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user