feat: [#14] rappels et notifications locales (AlarmManager, BroadcastReceiver, ReminderPickerSheet)

This commit is contained in:
2026-06-06 06:15:55 +02:00
parent 0f1afda295
commit 6db1222ff7
5 changed files with 239 additions and 0 deletions
+12
View File
@@ -26,6 +26,18 @@
</intent-filter>
</activity>
<receiver
android:name=".data.notification.ReminderReceiver"
android:exported="false" />
<receiver
android:name=".data.notification.BootReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
</application>
</manifest>