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

Commit 0ff9212d authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

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

Merge commit '19681af4' into froyo-plus-aosp

* commit '19681af4':
  Handle throttling being disabled via policy change
parents 31431b34 19681af4
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;
            }