Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ACCESS_MEDIA_LOCATION
permission (#32282)
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
- Loading branch information