Merge "Documentation for flex field" into nyc-dev

This commit is contained in:
Shreyas Basarge
2016-04-12 19:35:19 +00:00
committed by Android (Google) Code Review

View File

@@ -254,7 +254,8 @@ public class JobInfo implements Parcelable {
}
/**
* Flex time for this job. Only valid if this is a periodic job.
* Flex time for this job. Only valid if this is a periodic job. The job can
* execute at any time in a window of flex length at the end of the period.
*/
public long getFlexMillis() {
long interval = getIntervalMillis();