Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bardram committed Nov 26, 2023
1 parent 2d6dd4b commit 392d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carp_mobile_sensing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
Expand Down

0 comments on commit 392d17d

Please sign in to comment.