Merge "Add hidden setter for AppWidgetHost's InteractionHandler" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
650a27bf2a
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user