BluetoothAdapter使用ACTION_REQUEST_DISCOVERABLE

时间:2012-10-08 16:43:59

标签: android android-activity bluetooth discovery

我正在尝试将BluetoothAdapter与ACTION_REQUEST_DISCOVERABLE一起使用,根据此信息向其他用户发现我的手机:

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

我收到蓝牙权限请求对话框,但出于某种原因我无法在我的活动中看到它。只有退出这个程序,我才能看到它。我想覆盖该对话框中的菜单。

我可以这样做,如果是的话,我该如何更改?为什么我不能在我的活动中看到它呢?

0 个答案:

没有答案