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

Commit 8da1e46e authored by RoboErik's avatar RoboErik
Browse files

Fix build

A CL missed running update-api after making a change before submitting.
https://googleplex-android.googlesource.com/platform/frameworks/base/+/6e31c5c82bc5c9bddf9c01d254067ea5bebbd96b

Change-Id: I62b33f07a98ecd546d8128c1eeb4c01bd338f202
parent d955ad9a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5170,6 +5170,7 @@ package android.app.task {
  public class TaskParams implements android.os.Parcelable {
    method public int describeContents();
    method public android.os.Bundle getExtras();
    method public int getTaskId();
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator CREATOR;
@@ -5178,7 +5179,7 @@ package android.app.task {
  public abstract class TaskService extends android.app.Service {
    ctor public TaskService();
    method public final android.os.IBinder onBind(android.content.Intent);
    method public abstract void onStartTask(android.app.task.TaskParams, android.os.Bundle);
    method public abstract void onStartTask(android.app.task.TaskParams);
    method public abstract boolean onStopTask(android.app.task.TaskParams);
    method public final void taskFinished(android.app.task.TaskParams, boolean);
    field public static final java.lang.String PERMISSION_BIND = "android.permission.BIND_TASK_SERVICE";