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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user