OSDN Git Service

TaskManager API first pass.
authorMatthew Williams <mjwilliams@google.com>
Fri, 11 Apr 2014 22:49:16 +0000 (15:49 -0700)
committerMatthew Williams <mjwilliams@google.com>
Tue, 22 Apr 2014 02:57:49 +0000 (19:57 -0700)
commit6e31c5c82bc5c9bddf9c01d254067ea5bebbd96b
tree3dd8ddcc5ea5d9f9a42f87067ec30256601b4474
parent03fee27646564cf1b559b7f8a53d35a1db18d0bd
TaskManager API first pass.

This is a very barebones first pass, meant to ensure we're all on the
same page, and also get feedback.

Change-Id: I7d5492dc5aafbe583f7c2d97ebf1444b6d2e068a
Android.mk
api/current.txt
core/java/android/app/task/ITaskCallback.aidl [new file with mode: 0644]
core/java/android/app/task/ITaskService.aidl [new file with mode: 0644]
core/java/android/app/task/TaskParams.aidl [new file with mode: 0644]
core/java/android/app/task/TaskParams.java [new file with mode: 0644]
core/java/android/app/task/TaskService.java [new file with mode: 0644]
core/java/android/content/Task.java [new file with mode: 0644]
core/java/android/content/TaskManager.java [new file with mode: 0644]