RemoteView get assigned Resource

82 Views Asked by At

Is there a way to get the assigned "ImageViewResource" or Bitmap of a RemoteView? I can successfully set the resource invoking remoteViews.setImageViewBitmap or remoteViews.setImageViewResource.

Background info: I want to set a default image in a try/catch only if there is no image set (the old one can be shown).

0

There are 0 best solutions below