Shown below is a simplified version of my class. I am having trouble in the onReceive method which isn\'t updating the widget TextView. It shows the correct information in
Found the answer. After calling the remoteViews.setTextViewText you need to update the widget with a call to updateAppWidget. The code I added is shown below.