Make user-initiated jobs user-visible.
Bug: 261999509 Test: Android builds Change-Id: I82b4c5ec7782a6dae0d1f634b97a32fd3d280ff7
This commit is contained in:
@@ -1369,9 +1369,7 @@ public final class JobStatus {
|
||||
* @return true if this is a job whose execution should be made visible to the user.
|
||||
*/
|
||||
public boolean isUserVisibleJob() {
|
||||
// TODO(255767350): limit to user-initiated jobs
|
||||
// Placeholder implementation until we have the code in
|
||||
return shouldTreatAsExpeditedJob();
|
||||
return shouldTreatAsUserInitiated();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user