Skip to content

Commit

Permalink
Add the new media permission to typescript (#39563)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #39563

In #38880 we added the new media permission "READ_MEDIA_VISUAL_USER_SELECTED", this diff added it for TS as well

Reviewed By: NickGerleman, mdvacca

Differential Revision: D49371798

fbshipit-source-id: ebc77872f5609b411904b04e684b804584eeaaa9
  • Loading branch information
Lulu Wu authored and facebook-github-bot committed Sep 20, 2023
1 parent ecf1b84 commit 630cf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type PermissionType =
| 'android.permission.READ_MEDIA_IMAGES',
| 'android.permission.READ_MEDIA_VIDEO',
| 'android.permission.READ_MEDIA_AUDIO',
| 'android.permission.READ_MEDIA_VISUAL_USER_SELECTED'
| 'android.permission.WRITE_EXTERNAL_STORAGE'
| 'android.permission.BLUETOOTH_CONNECT'
| 'android.permission.BLUETOOTH_SCAN'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export type Permission =
| 'android.permission.READ_MEDIA_IMAGES'
| 'android.permission.READ_MEDIA_VIDEO'
| 'android.permission.READ_MEDIA_AUDIO'
| 'android.permission.READ_MEDIA_VISUAL_USER_SELECTED'
| 'android.permission.WRITE_EXTERNAL_STORAGE'
| 'android.permission.BLUETOOTH_CONNECT'
| 'android.permission.BLUETOOTH_SCAN'
Expand Down

0 comments on commit 630cf3b

Please sign in to comment.