Notifications

This commit is contained in:
brausjonas
2024-09-15 23:40:00 +02:00
parent 77a411e4b7
commit 27c628019e
8 changed files with 149 additions and 5 deletions
+3
View File
@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<application
android:label="ToDo"
android:name="${applicationName}"
@@ -30,6 +31,8 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<!--This should make the able to run in background-->
<receiver android:name="be.tramckrijte.workmanager.WorkManagerBroadcastReceiver" android:exported="true"/>
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and