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
This commit is contained in:
Philip P. Moltmann
2020-03-03 16:29:31 -08:00
parent c9611acb62
commit 31b0c7e978

View File

@@ -40,6 +40,12 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<queries>
<intent>
<action android:name="android.printservice.PrintService" />
</intent>
</queries>
<application
android:allowClearUserData="true"
android:label="@string/app_label"