Android 2.3.3 service application runns clearly but on 3.2 galaxy tab it does work but get force closed

断了今生、忘了曾经 提交于 2019-12-02 11:13:31

The Android reference states that you should not call BluetoothAdapter.disable() without explicit user action. This means you should not call this method automatically when the device boots. This may be the reason for your error.

Reference: http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#disable()

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!