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

Commit d62e9610 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Notification method renames." into oc-dev

parents 0af503fc 5f1672b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -263,7 +263,7 @@ public class IncomingCallNotifier extends CallsManagerListenerBase {
        builder.setContentTitle(incomingCallText);
        builder.setContentText(disconnectText);
        builder.setSmallIcon(R.drawable.ic_phone);
        builder.setChannel(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS);
        builder.setChannelId(NotificationChannelManager.CHANNEL_ID_INCOMING_CALLS);
        // Ensures this is a heads up notification.  A heads-up notification is typically only shown
        // if there is a fullscreen intent.  However since this notification doesn't have that we
        // will use this trick to get it to show as one anyways.
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ public class MissedCallNotifierImpl extends CallsManagerListenerBase implements
                // notification is shown on the user's lock screen and they have chosen to hide
                // sensitive notification information.
                .setPublicVersion(publicBuilder.build())
                .setChannel(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS);
                .setChannelId(NotificationChannelManager.CHANNEL_ID_MISSED_CALLS);

        Uri handleUri = callInfo.getHandle();
        String handle = callInfo.getHandleSchemeSpecificPart();