mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-06-13 22:40:48 +03:00
Set default NotificationChannel importance to low
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user