I need to catch longClick-Events from AppWidgetHostViews like discussed here:
appwidgethostview-cant-handle-onclick-onlongclick-properly
So i need write a class that extends AppWidgetHostView for this, but when it comes to:
MyAppWidgetHostView hostView = (MyAppWidgetHostView) m_AppWidgetHost.createView(this, appWidgetId, appWidgetInfo);
....App crashes. Cannot typecast from AppWidgetHostView to MyAppWidgetHostView. What am i doing wrong/misssing?