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

Commit fd70b976 authored by Jake Hamby's avatar Jake Hamby Committed by Android Git Automerger
Browse files

am e7fd4f72: Raise threshold for detecting excessive SMS usage.

* commit 'e7fd4f72':
  Raise threshold for detecting excessive SMS usage.
parents e0650ebb e7fd4f72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class SmsUsageMonitor {
    private static final String SHORT_CODE_PATH = "/data/misc/sms/codes";

    /** Default checking period for SMS sent without user permission. */
    private static final int DEFAULT_SMS_CHECK_PERIOD = 1800000;    // 30 minutes
    private static final int DEFAULT_SMS_CHECK_PERIOD = 60000;      // 1 minute

    /** Default number of SMS sent in checking period without user permission. */
    private static final int DEFAULT_SMS_MAX_COUNT = 30;