Loading src/java/com/android/internal/telephony/util/NotificationChannelController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/java/com/android/internal/telephony/util/NotificationChannelController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading