Merge "Restrict all jobs when the device is too hot." into sc-dev am: ab7b0e8991
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15276032 Change-Id: I6b3d3be263115eb8c05831518a8bf1dbbb7bb3db
This commit is contained in:
@@ -59,7 +59,7 @@ public class ThermalStatusRestriction extends JobRestriction {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isJobRestricted(JobStatus job) {
|
public boolean isJobRestricted(JobStatus job) {
|
||||||
return mIsThermalRestricted && job.hasConnectivityConstraint();
|
return mIsThermalRestricted;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user