I have a widget that works well in all cases except when the app is forced quit. When that happens, any touch or button press on the widget is not working. However, when the app is launched again, the widget works again. Even if I kill the app (by swiping it), the widget still works. My systematic control over the widget is through remoteViews. Do I need to something to handle this case? My guess is that it has to do with onDestroy().
Thanks!
Note: it is similar but not a duplicate of Widget fails to launch properly after app has been force-stopped