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

Commit 650a27bf authored by Cyrus Boadway's avatar Cyrus Boadway Committed by Android (Google) Code Review
Browse files

Merge "Add hidden setter for AppWidgetHost's InteractionHandler" into sc-dev

parents c679bc73 5fbb1a6f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -319,6 +319,15 @@ public class AppWidgetHost {
        }
    }

    /**
     * Set the host's interaction handler.
     *
     * @hide
     */
    public void setInteractionHandler(InteractionHandler interactionHandler) {
        mInteractionHandler = interactionHandler;
    }

    /**
     * Gets a list of all the appWidgetIds that are bound to the current host
     */