Skip to content
Snippets Groups Projects
Commit 618c8fdb authored by Peter Joseph De Jonckheere CESM2014's avatar Peter Joseph De Jonckheere CESM2014
Browse files

slight changes

parent 36b7cd26
No related branches found
No related tags found
No related merge requests found
......@@ -166,9 +166,6 @@ public class SedentaryStimulus extends BroadcastReceiver implements Stimulus {
Log.d("AVGTHRESH", String.valueOf(ackThreshold));
float avgAck = shared.getFloat(context.getString(R.string.avg_ack), 0);
Log.d("AVGACK", String.valueOf(avgAck));
//test
avgAck = 1;
ackThreshold = 0;
if(avgAck > ackThreshold){
Log.d("SEDSTIM", "I ASSUME");
Intent i = new Intent("FEEDBACKFILTER");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment