在Android上禁用“蓝牙权限请求”确认 - 使用ACTION_REQUEST_DISCOVERABLE

时间:2011-07-12 18:34:30

标签: android bluetooth broadcast discovery

我正在尝试将我的Android手机作为蓝牙服务器播放,为此,我首先要让Android“可发现”。

我正在使用ACTION_REQUEST_DISCOVERABLE这样做,如下所示: http://developer.android.com/guide/topics/wireless/bluetooth.html#EnablingDiscoverability

 testIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
 startActivity(testIntent);

不幸的是,这也会在手机上弹出“蓝牙权限请求”对话框。

有没有办法让我的手机“可发现”,而不必提示用户?

谢谢!

1 个答案:

答案 0 :(得分:0)

尝试将BLUETOOTH_ADMIN权限包含在您的应用程序中