Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8243e1e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic 'stage-aosp-master-generics-api' into stage-aosp-master

* changes:
  DO NOT MERGE Track generics in API definition.
  DO NOT MERGE Fix issue #29871385: Need JobScheduler.scheduleAsPackage to be system API
parents 62bceaab ae0c402a
Loading
Loading
Loading
Loading
+598 −598

File changed.

Preview size limit exceeded, changes collapsed.

+599 −598

File changed.

Preview size limit exceeded, changes collapsed.

+598 −598

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.app.job;

import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;

import java.util.List;

@@ -75,6 +76,7 @@ public abstract class JobScheduler {
     * @return {@link #RESULT_SUCCESS} or {@link #RESULT_FAILURE}
     * @hide
     */
    @SystemApi
    public abstract int scheduleAsPackage(JobInfo job, String packageName, int userId, String tag);

    /**