Skip to content

Commit e137434

Browse files
committed
Apply #303
1 parent 2add28a commit e137434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/permissions.android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const permissionTypes = {
2020
callPhone: PermissionsAndroid.PERMISSIONS.CALL_PHONE,
2121
readSms: PermissionsAndroid.PERMISSIONS.READ_SMS,
2222
receiveSms: PermissionsAndroid.PERMISSIONS.RECEIVE_SMS,
23+
sendSms: PermissionsAndroid.PERMISSIONS.SEND_SMS,
2324
};
2425

2526
const RESULTS = {

0 commit comments

Comments
 (0)