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

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

Merge "Cleanup unused Notification.Builder.makeAmbientNotification()" into main

parents bb291681 00b56e73
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -6766,19 +6766,6 @@ public class Notification implements Parcelable
            return header;
        }
        /**
         * Construct a RemoteViews for the ambient version of the notification.
         *
         * @hide
         */
        public RemoteViews makeAmbientNotification() {
            RemoteViews headsUpContentView = createHeadsUpContentView(false /* increasedHeight */);
            if (headsUpContentView != null) {
                return headsUpContentView;
            }
            return createContentView();
        }
        /**
         * Adapt the Notification header if this view is used as an expanded view.
         *