diff options
| author | Philip P. Moltmann <moltmann@google.com> | 2015-11-09 18:38:24 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-11-09 18:38:24 +0000 |
| commit | 5bc68b533b7829029b554ad8652383e7c8ad5872 (patch) | |
| tree | b554c9546b1cecb5aaf20adba7aaff0a40a46e06 /core/java/android | |
| parent | f49bec047a69859190c8331b46eb454d88521420 (diff) | |
| parent | 853a6f564abaf8acbd88c6704008c5d150d00471 (diff) | |
Merge "Add a alert that allows the user to approve a print service when we print using it the first time."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/print/IPrintSpooler.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/print/IPrintSpooler.aidl b/core/java/android/print/IPrintSpooler.aidl index 7b2cf253d56a..db2bf1a65e13 100644 --- a/core/java/android/print/IPrintSpooler.aidl +++ b/core/java/android/print/IPrintSpooler.aidl @@ -46,4 +46,5 @@ oneway interface IPrintSpooler { void writePrintJobData(in ParcelFileDescriptor fd, in PrintJobId printJobId); void setClient(IPrintSpoolerClient client); void setPrintJobCancelling(in PrintJobId printJobId, boolean cancelling); + void removeApprovedPrintService(in ComponentName serviceToRemove); } |
