Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在没有权限的情况下通过蓝牙发送一个小于 1 KB 的字符串。有没有办法在Android中这样做?
要使用蓝牙发送一些数据,请使用 BluetoothSocket/BluetoothServerSocket,这些需要“android.permission.BLUETOOTH”。
我不知道解决这个问题的方法,正如 commonsware 所说,这是一件好事。用蓝牙做几乎任何事情都需要这个权限,有些操作需要蓝牙管理员权限。