Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/207.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
什么时候需要蓝牙管理android权限_Android_Bluetooth_Android Permissions - Fatal编程技术网

什么时候需要蓝牙管理android权限

什么时候需要蓝牙管理android权限,android,bluetooth,android-permissions,Android,Bluetooth,Android Permissions,我在这里读到: 如果您希望应用程序启动设备发现或操作蓝牙设置,还必须声明Bluetooth_管理员权限 我认为这种方法 取消发现() isDiscovering() startDiscovery() 需要BLUETOOTH_管理员权限 是否有任何其他方法需要此权限 public static final String BLUETOOTH_ADMIN 允许应用程序发现和配对蓝牙设备 常量值:“android.permission.BLUETOOTH\u ADMIN” 正如您所见,与蓝牙设备的配

我在这里读到:

如果您希望应用程序启动设备发现或操作蓝牙设置,还必须声明Bluetooth_管理员权限

我认为这种方法

取消发现()

isDiscovering()

startDiscovery()

需要BLUETOOTH_管理员权限

是否有任何其他方法需要此权限

public static final String BLUETOOTH_ADMIN 
允许应用程序发现和配对蓝牙设备

常量值:“android.permission.BLUETOOTH\u ADMIN”

正如您所见,与蓝牙设备的配对和发现有关的所有内容都揭示了许多有记录的地方。

这是否包括BLE配对?