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

Commit 93f5c0f6 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "voicemail notification settings cleanup" into oc-dev

am: c98bc027

Change-Id: I4084ef86f80d9ddf6d6f2eed00835a5ff285574b
parents 3367f94d c98bc027
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