Merge "Handle throttling being disabled via policy change" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
19681af44b
@@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub {
|
||||
private void checkThrottleAndPostNotification(long currentTotal) {
|
||||
// is throttling enabled?
|
||||
if (mPolicyThreshold == 0) {
|
||||
clearThrottleAndNotification();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user