AppWidgetHostView can’t handle onClick/onLongClick properly

Hungson175’s answer was great but it didn’t get me there all the way. Since I’m using AppWidgetHost to create the AppWidgetHostView’s I needed to extend both AppWidgetHost, and AppWidgetHostView. Luckily this is fairly simple to do and doesn’t require too much overriding of default android methods. WidgetHost public class WidgetHost extends AppWidgetHost { public WidgetHost(Context … Read more