Refactor
This commit is contained in:
parent
0082602bea
commit
b976e9ae32
@ -29,6 +29,12 @@ public class DetectorService extends LifecycleService {
|
|||||||
|
|
||||||
public WifiCommunication wifiCommunication;
|
public WifiCommunication wifiCommunication;
|
||||||
|
|
||||||
|
|
||||||
|
// Recording logic
|
||||||
|
private boolean detectedVideo = false;
|
||||||
|
private boolean detectedAudio = false;
|
||||||
|
private boolean detectedMotion = false;
|
||||||
|
|
||||||
String wifiData;
|
String wifiData;
|
||||||
StringBuffer stringBufferWifi = new StringBuffer();
|
StringBuffer stringBufferWifi = new StringBuffer();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user