don't create notification channels for devices < sdk 26
This commit is contained in:
@@ -870,6 +870,8 @@ namespace keepass2android
|
||||
|
||||
private void CreateNotificationChannels()
|
||||
{
|
||||
if ((int)Build.VERSION.SdkInt < 26)
|
||||
return;
|
||||
NotificationManager mNotificationManager =
|
||||
(NotificationManager)GetSystemService(Context.NotificationService);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user