We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094e8aa commit cdd7ffaCopy full SHA for cdd7ffa
1 file changed
lib/commands/widget.ts
@@ -1258,9 +1258,15 @@ ${EOL}`;
1258
<receiver
1259
android:name="${packageName}.${widgetClassName}"
1260
android:exported="true">
1261
+ <intent-filter>
1262
+ <action android:name="android.intent.action.BOOT_COMPLETED" />
1263
+ </intent-filter>
1264
<intent-filter>
1265
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
1266
</intent-filter>
1267
1268
+ <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
1269
1270
<meta-data
1271
android:name="android.appwidget.provider"
1272
android:resource="@xml/ns_${name}_widget_info" />
0 commit comments