Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Android 12 BLUETOOTH_[CONNECT/SCAN] to PermissionsAndroid (#…
…31488) Summary: This PR adds BLUETOOTH_CONNECT / BLUETOOTH_SCAN, which showed up in the latest Android 12 Preview build as new `dangerous` permissions requiring approval for them. https://developer.android.com/reference/android/Manifest.permission.html#BLUETOOTH_CONNECT https://developer.android.com/reference/android/Manifest.permission.html#BLUETOOTH_SCAN ## Changelog [Android] [Changed] - Add BLUETOOTH_CONNECT and BLUETOOTH_SCAN to PermissionsAndroid Pull Request resolved: #31488 Test Plan: ``` PermissionsAndroid.BLUETOOTH_CONNECT === 'android.permission.BLUETOOTH_CONNECT' PermissionsAndroid.BLUETOOTH_SCAN === 'android.permission.BLUETOOTH_SCAN' ``` Reviewed By: yungsters Differential Revision: D28449023 Pulled By: mdvacca fbshipit-source-id: 000fc31f5db2996d04a2a5ec7db7c71d0425f52a
- Loading branch information