I have the DeskClock app on my phone and I was wondering if I can make the DigitalAppWidgetProvider that extends AppWidgetProvider update the view right from my system service. I tried sending a broadcast to ACTION_APPWIDGET_UPDATE
, but it didn't work. Is this even possible?
Thank you in advance!