i am updating one bitmap in widget (the whole widget is only one ImageView) like this
remoteViews.setImageViewBitmap(...)
and in some rare
In case you were reusing your remoteViews variable: each time you update bitmap on the same ImageView, this is recorded as separate remote views action. There is no way to clear or deduplicate list of actions, associated with RemoteViews. The only thing you can do in this case is just recreate remoteVies instead of reusing it infinitely