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

Commit d7c09c69 authored by Peiyong Lin's avatar Peiyong Lin Committed by Android (Google) Code Review
Browse files

Merge "Add warning to GameSession#setTaskOverlayView's Javadoc."

parents 7fc36cc4 e1f8fec3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -299,6 +299,8 @@ public abstract class GameSession {
     * {@code View} may not be cleared once set, but may be replaced by invoking
     * {@link #setTaskOverlayView(View, ViewGroup.LayoutParams)} again.
     *
     * <p><b>WARNING</b>: Callers <b>must</b> ensure that only trusted views are provided.
     *
     * @param view         The desired content to display.
     * @param layoutParams Layout parameters for the view.
     */