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

Commit 65f8c1b6 authored by Kweku Adams's avatar Kweku Adams Committed by android-build-merger
Browse files

Merge "Use non-deprecated method." am: a06a226a

am: 93e1e872

Change-Id: Icf507550628ee089514af368e9d9a7669d4ed391
parents 3d6da9a0 93e1e872
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ public class CarrierServiceStateTracker extends Handler {
                    .setContentTitle(title)
                    .setStyle(new Notification.BigTextStyle().bigText(details))
                    .setContentText(details)
                    .setChannel(NotificationChannelController.CHANNEL_ID_ALERT)
                    .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT)
                    .setContentIntent(settingsIntent);
        }
    }
@@ -525,7 +525,7 @@ public class CarrierServiceStateTracker extends Handler {
                    .setContentTitle(title)
                    .setStyle(new Notification.BigTextStyle().bigText(details))
                    .setContentText(details)
                    .setChannel(NotificationChannelController.CHANNEL_ID_WFC);
                    .setChannelId(NotificationChannelController.CHANNEL_ID_WFC);
        }
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -4204,7 +4204,7 @@ public class ServiceStateTracker extends Handler {
                .setContentTitle(title)
                .setStyle(new Notification.BigTextStyle().bigText(details))
                .setContentText(details)
                .setChannel(NotificationChannelController.CHANNEL_ID_ALERT)
                .setChannelId(NotificationChannelController.CHANNEL_ID_ALERT)
                .build();

        NotificationManager notificationManager = (NotificationManager)