Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad9a3ed8 authored by Steve Kondik's avatar Steve Kondik
Browse files

Change autosilence to 30 minutes. Wake my lazy ass up kthx.

parent fa2c54f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import android.telephony.TelephonyManager;
public class AlarmKlaxon extends Service {

    /** Play alarm up to 10 minutes before silencing */
    private static final int ALARM_TIMEOUT_SECONDS = 10 * 60;
    private static final int ALARM_TIMEOUT_SECONDS = 30 * 60;

    private static final long[] sVibratePattern = new long[] { 500, 500 };