|
|
@@ -5,7 +5,8 @@ import android.content.Intent;
|
|
|
import android.util.Log;
|
|
|
|
|
|
public abstract class AlarmReceiver extends BootCompleteBroadcastReceiver {
|
|
|
- protected int normal_alarm_timeInterval = 20 * 1000;
|
|
|
+
|
|
|
+ protected int normal_alarm_timeInterval = 120 * 1000; // 120 * 1000
|
|
|
protected int aggressive_alarm_timeInterval = 15 * 1000;
|
|
|
|
|
|
// protected static final int SO_TIMEOUT = 15 * 1000;
|