Added debugging screen to alpha and beta builds. Dev task #73.

This commit is contained in:
akwizgran
2014-02-28 23:44:35 +00:00
parent 07b4d9b5d8
commit a2d099ea17
20 changed files with 440 additions and 43 deletions

View File

@@ -172,6 +172,10 @@ class BluetoothPlugin implements DuplexPlugin {
tryToClose(socket);
}
public boolean isRunning() {
return running;
}
public boolean shouldPoll() {
return true;
}