如何在Android 12React本地检查许可附近的设备?就像这张图片
juzqafwq1#
我必须从react-native-permissions使用请求多个权限示例代码
requestMultiple(bluetoothPermission).then((result) => { if (result[bluetoothPermissionResult] === RESULTS.GRANTED || result[bluetoothPermissionResult] === RESULTS.UNAVAILABLE) { //so something } else if (result[bluetoothPermissionResult] === RESULTS.BLOCKED || result[bluetoothPermissionResult] === RESULTS.DENIED) { //do something } }).catch((error) => { })
1条答案
按热度按时间juzqafwq1#
我必须从react-native-permissions使用请求多个权限
示例代码