Add reminders

This commit is contained in:
2019-09-20 20:03:29 +02:00
committed by Matte23
parent 4a9533a756
commit 9c41010ed5
13 changed files with 377 additions and 16 deletions

View File

@@ -26,6 +26,7 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name=".AlarmBroadcastReceiver" />
</application>
</manifest>