Merge "Extend the min interval of the alert on abusive bg apps" into tm-dev

This commit is contained in:
Jing Ji
2022-03-30 17:46:08 +00:00
committed by Android (Google) Code Review

View File

@@ -678,7 +678,7 @@ public final class AppRestrictionController {
/**
* Default value to {@link #mBgAbusiveNotificationMinIntervalMs}.
*/
static final long DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS = ONE_DAY;
static final long DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS = 30 * ONE_DAY;
/**
* Default value to {@link #mBgAbusiveNotificationMinIntervalMs}.