Merge "Return true in onStartJob." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8268528ab
@@ -42,7 +42,7 @@ public class BlobStoreIdleJobService extends JobService {
|
||||
blobStoreManagerInternal.onIdleMaintenance();
|
||||
jobFinished(params, false);
|
||||
});
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user