This commit is contained in:
estevez-dev
2020-07-06 22:41:42 +03:00
parent 7ebaf736b5
commit 2ec549af7e
5 changed files with 70 additions and 156 deletions

View File

@ -59,7 +59,7 @@
<service
android:name=".LocationUpdatesService"
android:enabled="true"
android:exported="true" />
android:exported="false" />
<receiver android:name=".NotificationActionReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
@ -72,6 +72,11 @@
<action android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />
</intent-filter>
</receiver>
<receiver android:name=".Autostart">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<service
android:name="io.flutter.plugins.androidalarmmanager.AlarmService"
android:permission="android.permission.BIND_JOB_SERVICE"