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

Commit 725d4e74 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 0ff9212d: am 19681af4: Merge "Handle throttling being disabled via policy change" into froyo

Merge commit '0ff9212d' into kraken

* commit '0ff9212d':
  Handle throttling being disabled via policy change
parents 40eb3f7b 0ff9212d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub {
        private void checkThrottleAndPostNotification(long currentTotal) {
            // is throttling enabled?
            if (mPolicyThreshold == 0) {
                clearThrottleAndNotification();
                return;
            }