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

This commit is contained in:
Cyrus Boadway
2021-04-16 11:53:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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
*/