Prosjekt2-09arduino / ArduinoStore

Apache License 2.0
3 stars 1 forks source link

Create warning box in service when lost connection #64

Closed rtc11 closed 11 years ago

rtc11 commented 11 years ago

http://stackoverflow.com/questions/13147653/android-bluetooth-detect-a-disconnection-from-a-device

You have to create a service because the Intent BluetoothAdapter.ACTION_STATE_CHANGED cannot be registered through the manifest, therefore you have to create a service that registers a custom Receiver

Jeppeer commented 11 years ago

There is not enough time to fix this. Closing.