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