From e501276463d543d0e39af6aaeb3880aea10a6c0f Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 5 Oct 2022 21:10:41 +1300 Subject: [PATCH] Keep alarm notification on screen If the user picks up their phone late while the alarm is going, they might not realise the controls are in the notification not the app. Closes #75 --- android/app/src/main/AndroidManifest.xml | 1 + android/app/src/main/java/com/massive/TimerService.kt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e2e814f..f0e8b7a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ +