在Android8.0以上收不到广播问题(AppWidget)

对Intent指定组件

//安卓8.0必须添加
intent.setComponent(new ComponentName(context,MyAppWidgetProvider.class));

问题解决

原文地址:https://www.cnblogs.com/-saligia-/p/10002509.html