找不到活动来处理Intent {act = android.bluetooth.adapter.action.REQUEST_DISCOVERABLE(有额外的)}

时间:2013-11-28 06:08:34

标签: android-intent bluetooth google-tv

明星聪明的谷歌电视我们尝试通过我们尝试过的程序在DISCOVERABLE模式下制作蓝牙我们通过这种方式检查第一个设备支持蓝牙我们得到蓝牙支持它现在我们制作设备(VIZIO co -star )DISCOVERABLE模式。

  Intent discoverableIntent = new Intent( BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE );
  discoverableIntent.putExtra( BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 300 );
  activity.startActivity( discoverableIntent );

但是它会抛出错误

  

未找到任何活动处理
  Intent { act=android.bluetooth.adapter.action.REQUEST_DISCOVERABLE (has extras) }

0 个答案:

没有答案