diff options
author | 2014-05-01 18:19:31 +0000 | |
---|---|---|
committer | 2014-05-01 18:19:32 +0000 | |
commit | c9b859a42276e310498efe89c6c4426673f6633a (patch) | |
tree | b40db1795aaae31b2364f6a34f09aead96439ab3 | |
parent | 51d427ca9bca22d709f2940fb949cb38892c28a7 (diff) | |
parent | 8da1e46ede29fe4de68711c85654f6e719950789 (diff) |
Merge "Fix build"
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index e206528f65b8..832b2be4481a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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"; |