You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-9Lines changed: 22 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -42,26 +42,39 @@ android {
42
42
43
43
#### Permissions
44
44
45
+
##### Geolocation
46
+
45
47
In order to use geolocation on Android, you'll need to add the following permission(s) to your app's `AndroidManifest.xml` inside the `App_Resources/Android/src/main` dir:
46
48
47
49
```xml
48
-
<!-- Always include this permission -->
49
-
<!-- This permission is for "approximate" location data -->
In order to receive human activity changes on Android, you'll need to add the following permission(s) to your app's `AndroidManifest.xml` inside the `App_Resources/Android/src/main` dir:
69
+
70
+
```xml
71
+
<!-- The following two permissions are required if your app wants to receive human activity changes -->
More information can be found in the [Android docs here](https://developer.android.com/about/versions/10/privacy/changes#physical-activity-recognition).
77
+
65
78
## Installation
66
79
67
80
Run the following command in your project's root folder.
0 commit comments