History log of /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ApprovedPrintServices.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d1e622000820bf3d83419757929367ecb9f1fdd 09-Jan-2016 Philip P. Moltmann <moltmann@google.com> ApprovedServices might be null, handle the case:

Bug: 26454066
Change-Id: I909d84d08a1f6d29f486e8ea6097e782b054864e
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ApprovedPrintServices.java
8141bdfa56f13c3946bed12ba7801e492ec25c11 22-Dec-2015 Philip P. Moltmann <moltmann@google.com> Store which print services are disabled instead of which are enabled

This make services that appreared while the print manager was not active
by default enabled.

In the case we upgrade from pre-N we convert the enabled-list into a
disabled-list.

Bug: 26249649
Change-Id: Iae783a8dd19f1a9d75d675710ea4348fdfbd34f3
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ApprovedPrintServices.java
853a6f564abaf8acbd88c6704008c5d150d00471 03-Nov-2015 Philip P. Moltmann <moltmann@google.com> Add a alert that allows the user to approve a print service when
we print using it the first time.

This warning used to be shown when the print settings app was used
to enable a service.

If two warning as shown for the same print service we automcatially
dismiss all dialogs once one dialog is confirmed. Please note that
we are not confirming the printjob as it is unexpeced to have a
single click to confirm multiple print jobs.

Change-Id: I8bb0a49bac2063c1c55e2f24bd34df2c44e2df89
Bug: 24135353
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ApprovedPrintServices.java