I have a problem then trying to put an intent with AppWidgetManager.ACTION_APPWIDGET_PICK
there is a problem somethere inside of android AppWidget ecosystem as I ca
Edit: spoke too soon, didn't see it was a ViewListener method. Don't know if that's still required.
Original answer:
You should call the Acitivy's onClick
in your override.
From the Android docs: "An implementation of any activity lifecycle method should always first call the superclass version.
Hope that solves the problem.