Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c98bc027 authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "voicemail notification settings cleanup" into oc-dev

parents c5bfcf33 60b33a3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -84,6 +84,11 @@ public class NotificationChannelController {
        createAll(context);
    }

    public static NotificationChannel getChannel(String channelId, Context context) {
        return context.getSystemService(NotificationManager.class)
                .getNotificationChannel(channelId);
    }

    // rename all registered channels on locale change
    private BroadcastReceiver mLocaleChangeReceiver = new BroadcastReceiver() {
        @Override