From 31b0c7e978fae0bcfb3d63d8cfe0e93672887bc2 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Tue, 3 Mar 2020 16:29:31 -0800 Subject: [PATCH] Allow PrintSpooler to see PrintServices the print spooler is the print preview UI. It communicates with the PrintServices (== printer drivers) through the system server. In some cases (such as for icons) it communicates directly. Hence the PrintSpooler needs to be able to see the PrintServices. Test: Looked at UI and saw icons Fixes: 149403662 Change-Id: I94d26439ca2586f1c45712647d838c3211652a8a --- packages/PrintSpooler/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/PrintSpooler/AndroidManifest.xml b/packages/PrintSpooler/AndroidManifest.xml index cd6abb267e447..e47aa054788d0 100644 --- a/packages/PrintSpooler/AndroidManifest.xml +++ b/packages/PrintSpooler/AndroidManifest.xml @@ -40,6 +40,12 @@ + + + + + +