If you create RemoteViews to transmit something else - as is the case with AppWidgetProvider - you cannot get a View instance from RemoteViews. The View hierarchy created from your RemoteViews is created in a different process than your own, and therefore you do not have direct access to it.
source share