Skip to content

Commit 27cb57f

Browse files
committed
Apply #173
1 parent 9c3a907 commit 27cb57f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ The current supported permissions are:
156156
| Photos | `photo` | ✔️ ||
157157
| Contacts | `contacts` | ✔️ ||
158158
| Events | `event` | ✔️ ||
159+
| Coarse location | `coarseLocation` |||
159160
| Bluetooth | `bluetooth` | ✔️ ||
160161
| Reminders | `reminder` | ✔️ ||
161162
| Push Notifications | `notification` | ✔️ ||

lib/permissions.android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ type RequestOptions = string | {type: string, rationale?: Rationale};
99

1010
const permissionTypes = {
1111
location: PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION,
12+
coarseLocation: RNPermissions.PERMISSIONS.ACCESS_COARSE_LOCATION,
1213
camera: PermissionsAndroid.PERMISSIONS.CAMERA,
1314
microphone: PermissionsAndroid.PERMISSIONS.RECORD_AUDIO,
1415
contacts: PermissionsAndroid.PERMISSIONS.READ_CONTACTS,

0 commit comments

Comments
 (0)