Loading core/java/android/appwidget/AppWidgetHost.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
core/java/android/appwidget/AppWidgetHost.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading