Skip to content

Commit 4f3f963

Browse files
authored
Update CountlyFlutterPlugin.java (#95)
1 parent d5f2864 commit 4f3f963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ public void onMethodCall(MethodCall call, final Result result) {
373373
return;
374374
}
375375
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
376-
String channelName = "Default Name";
377-
String channelDescription = "Default Description";
376+
String channelName = "General Notifications";
377+
String channelDescription = "Receive notifications about important updates and events.";
378378
NotificationManager notificationManager = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
379379
if (notificationManager != null) {
380380
NotificationChannel channel = new NotificationChannel(CountlyPush.CHANNEL_ID, channelName, NotificationManager.IMPORTANCE_DEFAULT);

0 commit comments

Comments
 (0)