Send next alarm updates when network is connected

This commit is contained in:
estevez-dev
2020-06-23 13:33:06 +03:00
parent 5b55940ccf
commit 772bddeb9a
4 changed files with 143 additions and 70 deletions

View File

@ -79,7 +79,7 @@
android:name="io.flutter.plugins.androidalarmmanager.RebootBroadcastReceiver"
android:enabled="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"></action>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
</application>