Alton09 / LongPong

Bluetooth Pong!
0 stars 1 forks source link

Disabling Bluetooth Once Application Closes #4

Closed Alton09 closed 9 years ago

Alton09 commented 9 years ago

Disable Bluetooth on onStop() to preserve user's battery.

Alton09 commented 9 years ago

Fixed by using the BluetoothAdapter to disable device Bluetooth in the onDestroy() method.