You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
This PR adds `ACCESS_MEDIA_LOCATION` permission to the PermissionsAndroid library. It fixes#31953.
It's a `dangerous` permission added in API level 29.
https://developer.android.com/reference/android/Manifest.permission#ACCESS_MEDIA_LOCATION
## Changelog
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->
[Android] [Added] - Add ACCESS_MEDIA_LOCATION permission to PermisionsAndroid library.
Pull Request resolved: #32282
Test Plan:
```
PermissionsAndroid.ACCESS_MEDIA_LOCATION === 'android.permission.ACCESS_MEDIA_LOCATION'
```
Reviewed By: yungsters
Differential Revision: D31235523
Pulled By: cortinico
fbshipit-source-id: 45fa86b1cdf8bc76453e9df6198c1f7ed923db7c
0 commit comments