Cancel data loading when hourly job happens in the first 40 minutes
after booting in AOSP. Test: make RunSettingsRoboTests + manual Bug: 257384343 Change-Id: I437b68719ff5ece73fa33b74cb144f4262528e8c
This commit is contained in:
@@ -156,6 +156,11 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean delayHourlyJobWhenBooting() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<CharSequence> getHideBackgroundUsageTimeSet(Context context) {
|
||||
return new ArraySet<>();
|
||||
|
Reference in New Issue
Block a user