Skip to content

Commit

Permalink
POST_NOTIFICATIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
alihandogrul committed Sep 22, 2023
1 parent 2fbe1e7 commit 072bafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/PermissionsAndroid/NativePermissionsAndroid.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type PermissionType =
| 'android.permission.RECEIVE_MMS'
| 'android.permission.READ_EXTERNAL_STORAGE'
| 'android.permission.WRITE_EXTERNAL_STORAGE';
| 'android.permission.POST_NOTIFICATIONS';
| 'android.permission.POST_NOTIFICATIONS';
*/

export interface Spec extends TurboModule {
Expand Down
2 changes: 1 addition & 1 deletion Libraries/PermissionsAndroid/PermissionsAndroid.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class PermissionsAndroid {
WRITE_CALL_LOG: string,
WRITE_CONTACTS: string,
WRITE_EXTERNAL_STORAGE: string,
POST_NOTIFICATIONS: string,
POST_NOTIFICATIONS: string,
|} = PERMISSIONS;
RESULTS: {|
DENIED: $TEMPORARY$string<'denied'>,
Expand Down

0 comments on commit 072bafd

Please sign in to comment.