Skip to content

Commit e0e5b65

Browse files
author
Chuong Le
committed
Add CALL_PHONE permission for android.
1 parent 34e035a commit e0e5b65

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
@@ -120,6 +120,7 @@ Promises resolve into one of these statuses
120120
|`backgroundRefresh`| ✔️ ||
121121
|`speechRecognition`| ✔️ ||
122122
|`storage`| ❌️ ||
123+
|`call_phone`| ❌️ ||
123124

124125
### Methods
125126
| Method Name | Arguments | Notes

index.android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const RNPTypes = {
1212
event: RNPermissions.PERMISSIONS.READ_CALENDAR,
1313
storage: RNPermissions.PERMISSIONS.READ_EXTERNAL_STORAGE,
1414
photo: RNPermissions.PERMISSIONS.READ_EXTERNAL_STORAGE,
15+
call_phone: RNPermissions.PERMISSIONS.CALL_PHONE,
1516
}
1617

1718
const RESULTS = {

0 commit comments

Comments
 (0)