Merge "Make user-initiated jobs user-visible."
This commit is contained in:
committed by
Android (Google) Code Review
commit
bb3fabd0e1
@@ -1371,9 +1371,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