1
0
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:
NeoTheFox 2018-07-27 20:03:16 +03:00
parent 85ee301a16
commit a2779d2585

View File

@ -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);