From 392d17defc6e01337930a98f28248753e3985d4f Mon Sep 17 00:00:00 2001 From: bardram Date: Sun, 26 Nov 2023 12:48:22 +0100 Subject: [PATCH] Update README.md --- carp_mobile_sensing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carp_mobile_sensing/README.md b/carp_mobile_sensing/README.md index 65cc9652..4f6cb414 100644 --- a/carp_mobile_sensing/README.md +++ b/carp_mobile_sensing/README.md @@ -48,7 +48,7 @@ android { ``` The pedometer (step count) probe needs permission to `ACTIVITY_RECOGNITION`. -Schedule notifications (if using `AppTask`) needs permission to `SCHEDULE_EXACT_ALARM` (before SDK level 32) and `USE_EXACT_ALARM`. Add the following to your app's `manifest.xml` file located in `android/app/src/main`: +Schedule notifications (if using `AppTask`) needs permissions to `SCHEDULE_EXACT_ALARM` and `USE_EXACT_ALARM`. Add the following to your app's `manifest.xml` file located in `android/app/src/main`: ````xml