mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8c099b5f53
Summary: This PR adds ACCESS_BACKGROUND_LOCATION to PermissionsAndroid. Fixes https://github.com/facebook/react-native/issues/26541 ## Changelog [Android] [Changed] - add ACCESS_BACKGROUND_LOCATION to PermissionsAndroid Pull Request resolved: https://github.com/facebook/react-native/pull/26562 Test Plan: ```javascript PermissionsAndroid.ACCESS_BACKGROUND_LOCATION === 'android.permission.ACCESS_BACKGROUND_LOCATION' ``` Differential Revision: D17660062 Pulled By: cpojer fbshipit-source-id: 3133504c6065ffb2f46e4dff14d2d662348e0987